Searched full:cdns3 (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/usb/cdns3/ |
H A D | Makefile | 7 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 D | drd.h | 15 /* 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 D | Kconfig | 24 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 D | cdns3-plat.c | 48 * 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 D | cdns3-trace.c | 11 #include "cdns3-trace.h"
|
H A D | cdns3-gadget.c | 68 #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 D | cdns3-ep0.c | 16 #include "cdns3-gadget.h" 17 #include "cdns3-trace.h"
|
H A D | drd.c | 500 /* Indicate the cdns3 core was power lost before */
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | cdns,usb3.yaml | 49 cdns3 to type C connector. 63 - const: cdns3,usb2-phy 64 - const: cdns3,usb3-phy
|
H A D | fsl,imx8qm-cdns3.yaml | 5 $id: http://devicetree.org/schemas/usb/fsl,imx8qm-cdns3.yaml# 101 phy-names = "cdns3,usb3-phy";
|
/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110-deepcomputing-fml13v01.dts | 69 phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
|
H A D | jh7110-pine64-star64.dts | 106 phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
|
/linux/drivers/usb/ |
H A D | Kconfig | 126 source "drivers/usb/cdns3/Kconfig"
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am68-phyboard-izar.dts | 534 phy-names = "cdns3,usb3-phy";
|
H A D | k3-j721e-common-proc-board.dts | 558 phy-names = "cdns3,usb3-phy";
|
/linux/ |
H A D | MAINTAINERS | 5443 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
|