Home
last modified time | relevance | path

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

/linux-4.4.14/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()
DMakefile4 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
Dplatform.c464 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()
Dcore.h1127 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
DKconfig9 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/
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.4.14/arch/mips/boot/dts/ralink/
Drt3050.dtsi60 compatible = "ralink,rt3050-usb", "snps,dwc2";
/linux-4.4.14/drivers/usb/
DMakefile11 obj-$(CONFIG_USB_DWC2) += dwc2/
DKconfig103 source "drivers/usb/dwc2/Kconfig"
/linux-4.4.14/arch/arm/boot/dts/
Drk3288-veyron-chromebook.dtsi81 /* This turns on vbus for host1 (dwc2) */
93 /* This turns on vbus for otg for host mode (dwc2) */
Drk3xxx.dtsi170 compatible = "rockchip,rk3066-usb", "snps,dwc2";
186 compatible = "snps,dwc2";
Dsocfpga_arria10.dtsi687 compatible = "snps,dwc2";
698 compatible = "snps,dwc2";
Drk3288-evb.dtsi111 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
Dbcm21664.dtsi341 compatible = "snps,dwc2";
Dsocfpga.dtsi808 compatible = "snps,dwc2";
819 compatible = "snps,dwc2";
Dbcm11351.dtsi408 compatible = "snps,dwc2";
Dexynos3250.dtsi325 compatible = "snps,dwc2";
Drk3288.dtsi498 "snps,dwc2";
511 "snps,dwc2";
/linux-4.4.14/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi313 compatible = "snps,dwc2";
322 compatible = "snps,dwc2";
/linux-4.4.14/arch/arm64/boot/dts/rockchip/
Drk3368.dtsi435 "snps,dwc2";
/linux-4.4.14/
DMAINTAINERS3385 F: drivers/usb/dwc2/