Home
last modified time | relevance | path

Searched refs:dwc2 (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dpci.c61 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()
Dplatform.c264 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 …]
DMakefile4 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
Dcore.h1001 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
DKconfig9 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/
Ddwc2.txt8 - "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/
Drt3050.dtsi60 compatible = "ralink,rt3050-usb", "snps,dwc2";
/linux-4.1.27/drivers/usb/
DMakefile11 obj-$(CONFIG_USB_DWC2) += dwc2/
DKconfig103 source "drivers/usb/dwc2/Kconfig"
/linux-4.1.27/arch/arm/boot/dts/
Dsocfpga_arria10.dtsi343 compatible = "snps,dwc2";
352 compatible = "snps,dwc2";
Drk3xxx.dtsi142 compatible = "rockchip,rk3066-usb", "snps,dwc2";
151 compatible = "snps,dwc2";
Drk3288-evb.dtsi82 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
Dsocfpga.dtsi746 compatible = "snps,dwc2";
757 compatible = "snps,dwc2";
Dbcm21664.dtsi341 compatible = "snps,dwc2";
Dbcm11351.dtsi408 compatible = "snps,dwc2";
Drk3288.dtsi432 "snps,dwc2";
444 "snps,dwc2";
Dexynos3250.dtsi274 compatible = "snps,dwc2";
/linux-4.1.27/
DMAINTAINERS3116 F: drivers/usb/dwc2/