/linux/drivers/usb/dwc2/ |
H A D | pci.c | 32 struct platform_device *dwc2; member 46 platform_device_unregister(glue->dwc2); in dwc2_pci_remove() 55 struct platform_device *dwc2; in dwc2_pci_probe() local 76 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe() 77 if (!dwc2) { in dwc2_pci_probe() 94 ret = platform_device_add_resources(dwc2, res, ARRAY_SIZE(res)); in dwc2_pci_probe() 100 dwc2->dev.parent = dev; in dwc2_pci_probe() 108 ret = platform_device_add(dwc2); in dwc2_pci_probe() 115 glue->dwc2 = dwc2; in dwc2_pci_probe() 121 platform_device_put(dwc2); in dwc2_pci_probe()
|
H A D | Makefile | 5 obj-$(CONFIG_USB_DWC2) += dwc2.o 6 dwc2-y := core.o core_intr.o platform.o drd.o 7 dwc2-y += params.o 10 dwc2-y += hcd.o hcd_intr.o 11 dwc2-y += hcd_queue.o hcd_ddma.o 15 dwc2-y += gadget.o 19 dwc2-y += debugfs.o
|
H A D | Kconfig | 14 linked modules, the core module will be called dwc2.ko, the PCI 19 will be an additional module named dwc2.ko.
|
H A D | hcd.c | 5729 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument 5731 struct usb_device *root_hub = dwc2_hsotg_to_hcd(dwc2)->self.root_hub; in dwc2_host_can_poweroff_phy() 5734 if (!device_may_wakeup(dwc2->dev)) in dwc2_host_can_poweroff_phy()
|
/linux/arch/arm64/boot/dts/altera/ |
H A D | socfpga_stratix10.dtsi | 513 compatible = "snps,dwc2"; 519 reset-names = "dwc2", "dwc2-ecc"; 527 compatible = "snps,dwc2"; 533 reset-names = "dwc2", "dwc2-ecc";
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm283x-rpi-usb-otg.dtsi | 7 * According to dwc2 the sum of all device EP
|
H A D | bcm2166x-common.dtsi | 143 compatible = "snps,dwc2";
|
H A D | bcm11351.dtsi | 396 compatible = "snps,dwc2";
|
/linux/arch/mips/boot/dts/ralink/ |
H A D | rt3050.dtsi | 61 compatible = "ralink,rt3050-usb", "snps,dwc2";
|
/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga.dtsi | 941 compatible = "snps,dwc2"; 947 reset-names = "dwc2"; 954 compatible = "snps,dwc2"; 960 reset-names = "dwc2";
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3xxx.dtsi | 170 compatible = "rockchip,rk3066-usb", "snps,dwc2"; 185 compatible = "snps,dwc2";
|
H A D | rk3036.dtsi | 207 "snps,dwc2"; 221 "snps,dwc2";
|
H A D | rv1108.dtsi | 522 "snps,dwc2";
|
H A D | rk3288.dtsi | 609 "snps,dwc2"; 623 "snps,dwc2";
|
H A D | rk322x.dtsi | 803 "snps,dwc2";
|
H A D | rk3128.dtsi | 392 compatible = "rockchip,rk3128-usb", "rockchip,rk3066-usb", "snps,dwc2";
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb.dtsi | 39 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2"; 51 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
|
H A D | meson-gxl.dtsi | 34 dwc2: usb@c9100000 { label 35 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
|
H A D | meson-axg.dtsi | 254 dwc2: usb@ff400000 { label 255 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32f746-disco.dts | 88 /* This turns on vbus for otg fs for host mode (dwc2) */
|
H A D | stm32f469-disco.dts | 110 /* This turns on vbus for otg for host mode (dwc2) */
|
H A D | stm32f429-disco.dts | 94 /* This turns on vbus for otg for host mode (dwc2) */
|
H A D | stm32f429.dtsi | 757 compatible = "snps,dwc2";
|
/linux/drivers/usb/ |
H A D | Kconfig | 136 source "drivers/usb/dwc2/Kconfig"
|
/linux/arch/mips/boot/dts/img/ |
H A D | pistachio.dtsi | 770 compatible = "snps,dwc2";
|