Home
last modified time | relevance | path

Searched full:cdns3 (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/usb/cdns3/
H A DMakefile7 cdns3-y := cdns3-plat.o
11 obj-m += cdns3.o
14 obj-$(CONFIG_USB_CDNS3) += cdns3.o
18 cdns3-$(CONFIG_USB_CDNS3_GADGET) += cdns3-gadget.o cdns3-ep0.o
21 cdns3-$(CONFIG_TRACING) += cdns3-trace.o
24 obj-$(CONFIG_USB_CDNS3_PCI_WRAP) += cdns3-pci-wrap.o
25 obj-$(CONFIG_USB_CDNS3_TI) += cdns3-ti.o
26 obj-$(CONFIG_USB_CDNS3_IMX) += cdns3-imx.o
27 obj-$(CONFIG_USB_CDNS3_STARFIVE) += cdns3-starfive.o
H A Ddrd.h15 /* DRD register interface for version v1 of cdns3 driver. */
40 /* DRD register interface for version v0 of cdns3 driver. */
85 /* CDNS3 driver supports 0x000402xx Cadence USB controller family. */
89 * Common registers interface for both CDNS3 and CDNSP version of DRD.
129 /* Power Down USBSS-DEV - only for CDNS3.*/
131 /* Power Down CDNSXHCI - only for CDNS3. */
161 * CDNS3:
H A DKconfig24 as module, the module will be called cdns3.ko.
59 be dynamically linked and module will be called cdns3-pci.ko
91 be dynamically linked and module will be called cdns3-starfive.ko
H A Dcdns3-plat.c48 * cdns3_plat_probe - probe for cdns3 core device
49 * @pdev: Pointer to cdns3 core platform device
124 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe()
133 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe()
338 MODULE_ALIAS("platform:cdns3");
H A Dcdns3-trace.c11 #include "cdns3-trace.h"
H A Dcdns3-gadget.c68 #include "cdns3-gadget.h"
69 #include "cdns3-trace.h"
1844 * WORKAROUND: CDNS3 controller has issue with hardware resuming in cdns3_check_usb_interrupt_proceed()
1908 * @irq: irq number for cdns3 core device
1909 * @data: structure of cdns3
1953 * @irq: irq number for cdns3 core device
1954 * @data: structure of cdns3
3068 * cdns3_gadget_check_config - ensure cdns3 can support the USB configuration
H A Dcdns3-ep0.c16 #include "cdns3-gadget.h"
17 #include "cdns3-trace.h"
H A Ddrd.c500 /* Indicate the cdns3 core was power lost before */
/linux/Documentation/devicetree/bindings/usb/
H A Dcdns,usb3.yaml49 cdns3 to type C connector.
63 - const: cdns3,usb2-phy
64 - const: cdns3,usb3-phy
H A Dfsl,imx8qm-cdns3.yaml5 $id: http://devicetree.org/schemas/usb/fsl,imx8qm-cdns3.yaml#
101 phy-names = "cdns3,usb3-phy";
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-deepcomputing-fml13v01.dts69 phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
H A Djh7110-pine64-star64.dts106 phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
/linux/drivers/usb/
H A DKconfig126 source "drivers/usb/cdns3/Kconfig"
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am68-phyboard-izar.dts534 phy-names = "cdns3,usb3-phy";
H A Dk3-j721e-common-proc-board.dts558 phy-names = "cdns3,usb3-phy";
/linux/
H A DMAINTAINERS5443 F: drivers/usb/cdns3/
5444 X: drivers/usb/cdns3/cdnsp*
5457 F: drivers/usb/cdns3/
5458 X: drivers/usb/cdns3/cdns3*
24544 F: drivers/usb/cdns3/cdns3-starfive.c