/linux-4.4.14/drivers/usb/dwc2/ |
D | pci.c | 61 struct platform_device *dwc2; member 69 platform_device_unregister(glue->dwc2); in dwc2_pci_remove() 79 struct platform_device *dwc2; in dwc2_pci_probe() local 93 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe() 94 if (!dwc2) { in dwc2_pci_probe() 110 ret = platform_device_add_resources(dwc2, res, ARRAY_SIZE(res)); in dwc2_pci_probe() 116 dwc2->dev.parent = dev; in dwc2_pci_probe() 125 ret = platform_device_add(dwc2); in dwc2_pci_probe() 136 glue->dwc2 = dwc2; in dwc2_pci_probe() 142 platform_device_put(dwc2); in dwc2_pci_probe()
|
D | Makefile | 4 obj-$(CONFIG_USB_DWC2) += dwc2.o 5 dwc2-y := core.o core_intr.o platform.o 8 dwc2-y += hcd.o hcd_intr.o 9 dwc2-y += hcd_queue.o hcd_ddma.o 13 dwc2-y += gadget.o 17 dwc2-y += debugfs.o
|
D | platform.c | 464 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_suspend() local 467 if (dwc2_is_device_mode(dwc2)) in dwc2_suspend() 468 dwc2_hsotg_suspend(dwc2); in dwc2_suspend() 470 if (dwc2->ll_hw_enabled) in dwc2_suspend() 471 ret = __dwc2_lowlevel_hw_disable(dwc2); in dwc2_suspend() 478 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_resume() local 481 if (dwc2->ll_hw_enabled) { in dwc2_resume() 482 ret = __dwc2_lowlevel_hw_enable(dwc2); in dwc2_resume() 487 if (dwc2_is_device_mode(dwc2)) in dwc2_resume() 488 ret = dwc2_hsotg_resume(dwc2); in dwc2_resume()
|
D | core.h | 1127 extern int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2); 1128 extern int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2); 1130 extern void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, 1133 extern void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2); 1137 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument 1139 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument 1141 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument 1145 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument 1148 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument
|
D | Kconfig | 9 linked modules, the core module will be called dwc2.ko, the PCI 14 will be an additional module named dwc2.ko.
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | dwc2.txt | 8 - "rockchip,rk3188-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3188 Soc; 9 - "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc; 10 - snps,dwc2: A generic DWC2 USB controller with default parameters. 31 compatible = "ralink,rt3050-usb, snps,dwc2";
|
/linux-4.4.14/arch/mips/boot/dts/ralink/ |
D | rt3050.dtsi | 60 compatible = "ralink,rt3050-usb", "snps,dwc2";
|
/linux-4.4.14/drivers/usb/ |
D | Makefile | 11 obj-$(CONFIG_USB_DWC2) += dwc2/
|
D | Kconfig | 103 source "drivers/usb/dwc2/Kconfig"
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | rk3288-veyron-chromebook.dtsi | 81 /* This turns on vbus for host1 (dwc2) */ 93 /* This turns on vbus for otg for host mode (dwc2) */
|
D | rk3xxx.dtsi | 170 compatible = "rockchip,rk3066-usb", "snps,dwc2"; 186 compatible = "snps,dwc2";
|
D | socfpga_arria10.dtsi | 687 compatible = "snps,dwc2"; 698 compatible = "snps,dwc2";
|
D | rk3288-evb.dtsi | 111 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
|
D | bcm21664.dtsi | 341 compatible = "snps,dwc2";
|
D | socfpga.dtsi | 808 compatible = "snps,dwc2"; 819 compatible = "snps,dwc2";
|
D | bcm11351.dtsi | 408 compatible = "snps,dwc2";
|
D | exynos3250.dtsi | 325 compatible = "snps,dwc2";
|
D | rk3288.dtsi | 498 "snps,dwc2"; 511 "snps,dwc2";
|
/linux-4.4.14/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 313 compatible = "snps,dwc2"; 322 compatible = "snps,dwc2";
|
/linux-4.4.14/arch/arm64/boot/dts/rockchip/ |
D | rk3368.dtsi | 435 "snps,dwc2";
|
/linux-4.4.14/ |
D | MAINTAINERS | 3385 F: drivers/usb/dwc2/
|