/linux-4.1.27/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 | platform.c | 264 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_suspend() local 267 if (dwc2_is_device_mode(dwc2)) { in dwc2_suspend() 268 ret = s3c_hsotg_suspend(dwc2); in dwc2_suspend() 270 if (dwc2->lx_state == DWC2_L0) in dwc2_suspend() 272 phy_exit(dwc2->phy); in dwc2_suspend() 273 phy_power_off(dwc2->phy); in dwc2_suspend() 281 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_resume() local 284 if (dwc2_is_device_mode(dwc2)) { in dwc2_resume() 285 ret = s3c_hsotg_resume(dwc2); in dwc2_resume() 287 phy_power_on(dwc2->phy); in dwc2_resume() [all …]
|
D | Makefile | 4 obj-$(CONFIG_USB_DWC2) += dwc2.o 5 dwc2-y := core.o core_intr.o 8 dwc2-y += hcd.o hcd_intr.o 9 dwc2-y += hcd_queue.o hcd_ddma.o 13 dwc2-y += gadget.o
|
D | core.h | 1001 extern int s3c_hsotg_suspend(struct dwc2_hsotg *dwc2); 1002 extern int s3c_hsotg_resume(struct dwc2_hsotg *dwc2); 1004 extern void s3c_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, 1007 extern void s3c_hsotg_disconnect(struct dwc2_hsotg *dwc2); 1009 static inline int s3c_hsotg_remove(struct dwc2_hsotg *dwc2) in s3c_hsotg_remove() argument 1011 static inline int s3c_hsotg_suspend(struct dwc2_hsotg *dwc2) in s3c_hsotg_suspend() argument 1013 static inline int s3c_hsotg_resume(struct dwc2_hsotg *dwc2) in s3c_hsotg_resume() argument 1017 static inline void s3c_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in s3c_hsotg_core_init_disconnected() argument 1020 static inline void s3c_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in s3c_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.1.27/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.1.27/arch/mips/boot/dts/ralink/ |
D | rt3050.dtsi | 60 compatible = "ralink,rt3050-usb", "snps,dwc2";
|
/linux-4.1.27/drivers/usb/ |
D | Makefile | 11 obj-$(CONFIG_USB_DWC2) += dwc2/
|
D | Kconfig | 103 source "drivers/usb/dwc2/Kconfig"
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | socfpga_arria10.dtsi | 343 compatible = "snps,dwc2"; 352 compatible = "snps,dwc2";
|
D | rk3xxx.dtsi | 142 compatible = "rockchip,rk3066-usb", "snps,dwc2"; 151 compatible = "snps,dwc2";
|
D | rk3288-evb.dtsi | 82 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
|
D | socfpga.dtsi | 746 compatible = "snps,dwc2"; 757 compatible = "snps,dwc2";
|
D | bcm21664.dtsi | 341 compatible = "snps,dwc2";
|
D | bcm11351.dtsi | 408 compatible = "snps,dwc2";
|
D | rk3288.dtsi | 432 "snps,dwc2"; 444 "snps,dwc2";
|
D | exynos3250.dtsi | 274 compatible = "snps,dwc2";
|
/linux-4.1.27/ |
D | MAINTAINERS | 3116 F: drivers/usb/dwc2/
|