| /linux/drivers/usb/dwc2/ |
| A D | .built-in.a.cmd | 1 …dwc2/built-in.a := echo >/dev/null; rm -f drivers/usb/dwc2/built-in.a; /usr/bin/ccache /home/test/…
|
| A D | platform.c | 673 dwc2_hsotg_suspend(dwc2); in dwc2_suspend() 675 dwc2_drd_suspend(dwc2); in dwc2_suspend() 700 ggpio = dwc2_readl(dwc2, GGPIO); in dwc2_suspend() 703 dwc2_writel(dwc2, ggpio, GGPIO); in dwc2_suspend() 705 regulator_disable(dwc2->usb33d); in dwc2_suspend() 708 if (dwc2->ll_hw_enabled && in dwc2_suspend() 722 if (dwc2->phy_off_for_suspend && dwc2->ll_hw_enabled) { in dwc2_resume() 755 dwc2_force_dr_mode(dwc2); in dwc2_resume() 757 dwc2_drd_resume(dwc2); in dwc2_resume() 759 if (dwc2_is_device_mode(dwc2)) in dwc2_resume() [all …]
|
| A D | pci.c | 62 struct platform_device *dwc2; member 76 platform_device_unregister(glue->dwc2); in dwc2_pci_remove() 85 struct platform_device *dwc2; in dwc2_pci_probe() local 106 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe() 107 if (!dwc2) { in dwc2_pci_probe() 124 ret = platform_device_add_resources(dwc2, res, ARRAY_SIZE(res)); in dwc2_pci_probe() 130 dwc2->dev.parent = dev; in dwc2_pci_probe() 138 ret = platform_device_add(dwc2); in dwc2_pci_probe() 145 glue->dwc2 = dwc2; in dwc2_pci_probe() 151 platform_device_put(dwc2); in dwc2_pci_probe()
|
| 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
|
| A D | core.h | 1409 int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2); 1410 int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2); 1412 void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, 1416 void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2); 1438 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument 1440 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument 1442 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument 1446 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument 1450 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument 1503 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2); [all …]
|
| A D | .platform.o.cmd | 1 …dwc2/platform.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6… 3 source_drivers/usb/dwc2/platform.o := drivers/usb/dwc2/platform.c 5 deps_drivers/usb/dwc2/platform.o := \ 1274 drivers/usb/dwc2/core.h \ 1384 drivers/usb/dwc2/hw.h \ 1385 drivers/usb/dwc2/hcd.h \ 1387 drivers/usb/dwc2/debug.h \ 1389 drivers/usb/dwc2/platform.o: $(deps_drivers/usb/dwc2/platform.o) 1391 $(deps_drivers/usb/dwc2/platform.o):
|
| 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.
|
| A D | .core_intr.o.cmd | 1 …dwc2/core_intr.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch… 3 source_drivers/usb/dwc2/core_intr.o := drivers/usb/dwc2/core_intr.c 5 deps_drivers/usb/dwc2/core_intr.o := \ 1087 drivers/usb/dwc2/core.h \ 1368 drivers/usb/dwc2/hw.h \ 1369 drivers/usb/dwc2/hcd.h \ 1372 drivers/usb/dwc2/core_intr.o: $(deps_drivers/usb/dwc2/core_intr.o) 1374 $(deps_drivers/usb/dwc2/core_intr.o):
|
| A D | .debugfs.o.cmd | 1 …dwc2/debugfs.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64… 3 source_drivers/usb/dwc2/debugfs.o := drivers/usb/dwc2/debugfs.c 5 deps_drivers/usb/dwc2/debugfs.o := \ 830 drivers/usb/dwc2/core.h \ 1359 drivers/usb/dwc2/hw.h \ 1360 drivers/usb/dwc2/debug.h \ 1362 drivers/usb/dwc2/debugfs.o: $(deps_drivers/usb/dwc2/debugfs.o) 1364 $(deps_drivers/usb/dwc2/debugfs.o):
|
| A D | .hcd.o.cmd | 1 …dwc2/hcd.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin… 3 source_drivers/usb/dwc2/hcd.o := drivers/usb/dwc2/hcd.c 5 deps_drivers/usb/dwc2/hcd.o := \ 1092 drivers/usb/dwc2/core.h \ 1371 drivers/usb/dwc2/hw.h \ 1372 drivers/usb/dwc2/hcd.h \ 1375 drivers/usb/dwc2/hcd.o: $(deps_drivers/usb/dwc2/hcd.o) 1377 $(deps_drivers/usb/dwc2/hcd.o):
|
| A D | .core.o.cmd | 1 …dwc2/core.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi… 3 source_drivers/usb/dwc2/core.o := drivers/usb/dwc2/core.c 5 deps_drivers/usb/dwc2/core.o := \ 1089 drivers/usb/dwc2/core.h \ 1368 drivers/usb/dwc2/hw.h \ 1369 drivers/usb/dwc2/hcd.h \ 1372 drivers/usb/dwc2/core.o: $(deps_drivers/usb/dwc2/core.o) 1374 $(deps_drivers/usb/dwc2/core.o):
|
| A D | .hcd_ddma.o.cmd | 1 …dwc2/hcd_ddma.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6… 3 source_drivers/usb/dwc2/hcd_ddma.o := drivers/usb/dwc2/hcd_ddma.c 5 deps_drivers/usb/dwc2/hcd_ddma.o := \ 1087 drivers/usb/dwc2/core.h \ 1368 drivers/usb/dwc2/hw.h \ 1369 drivers/usb/dwc2/hcd.h \ 1372 drivers/usb/dwc2/hcd_ddma.o: $(deps_drivers/usb/dwc2/hcd_ddma.o) 1374 $(deps_drivers/usb/dwc2/hcd_ddma.o):
|
| A D | .hcd_intr.o.cmd | 1 …dwc2/hcd_intr.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6… 3 source_drivers/usb/dwc2/hcd_intr.o := drivers/usb/dwc2/hcd_intr.c 5 deps_drivers/usb/dwc2/hcd_intr.o := \ 1088 drivers/usb/dwc2/core.h \ 1368 drivers/usb/dwc2/hw.h \ 1369 drivers/usb/dwc2/hcd.h \ 1372 drivers/usb/dwc2/hcd_intr.o: $(deps_drivers/usb/dwc2/hcd_intr.o) 1374 $(deps_drivers/usb/dwc2/hcd_intr.o):
|
| A D | .hcd_queue.o.cmd | 1 …dwc2/hcd_queue.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch… 3 source_drivers/usb/dwc2/hcd_queue.o := drivers/usb/dwc2/hcd_queue.c 5 deps_drivers/usb/dwc2/hcd_queue.o := \ 1088 drivers/usb/dwc2/core.h \ 1369 drivers/usb/dwc2/hw.h \ 1370 drivers/usb/dwc2/hcd.h \ 1373 drivers/usb/dwc2/hcd_queue.o: $(deps_drivers/usb/dwc2/hcd_queue.o) 1375 $(deps_drivers/usb/dwc2/hcd_queue.o):
|
| A D | .drd.o.cmd | 1 …dwc2/drd.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin… 3 source_drivers/usb/dwc2/drd.o := drivers/usb/dwc2/drd.c 5 deps_drivers/usb/dwc2/drd.o := \ 978 drivers/usb/dwc2/core.h \ 1368 drivers/usb/dwc2/hw.h \ 1370 drivers/usb/dwc2/drd.o: $(deps_drivers/usb/dwc2/drd.o) 1372 $(deps_drivers/usb/dwc2/drd.o):
|
| /linux/drivers/usb/ |
| A D | built-in.a | 48 dwc2/core.o/ 49 dwc2/core_intr.o/ 50 dwc2/platform.o/ 51 dwc2/drd.o/ 52 dwc2/params.o/ 53 dwc2/hcd.o/ 54 dwc2/hcd_intr.o/ 55 dwc2/hcd_queue.o/ 56 dwc2/hcd_ddma.o/ 57 dwc2/gadget.o/ [all …]
|
| A D | .built-in.a.cmd | 1 …t-in.a drivers/usb/phy/built-in.a drivers/usb/dwc3/built-in.a drivers/usb/dwc2/built-in.a drivers/…
|
| A D | Makefile | 13 obj-$(CONFIG_USB_DWC2) += dwc2/
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | dwc2.yaml | 4 $id: http://devicetree.org/schemas/usb/dwc2.yaml# 22 - const: snps,dwc2 35 - const: snps,dwc2 44 - const: snps,dwc2 47 - const: snps,dwc2 54 - const: snps,dwc2 78 - const: dwc2 79 - const: dwc2-ecc 151 compatible = "rockchip,rk3066-usb", "snps,dwc2";
|
| A D | amlogic,meson-g12a-usb-ctrl.yaml | 83 - $ref: dwc2.yaml# 215 dwc2: usb@ff400000 { 216 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
|
| /linux/arch/arm64/boot/dts/altera/ |
| A D | socfpga_stratix10.dtsi | 479 compatible = "snps,dwc2"; 485 reset-names = "dwc2", "dwc2-ecc"; 492 compatible = "snps,dwc2"; 498 reset-names = "dwc2", "dwc2-ecc";
|
| /linux/arch/arm64/boot/dts/intel/ |
| A D | socfpga_agilex.dtsi | 505 compatible = "snps,dwc2"; 511 reset-names = "dwc2", "dwc2-ecc"; 518 compatible = "snps,dwc2"; 524 reset-names = "dwc2", "dwc2-ecc";
|
| /linux/arch/arm/boot/dts/ |
| A D | bcm283x-rpi-usb-otg.dtsi | 7 * According to dwc2 the sum of all device EP
|
| A D | rk3288-veyron-chromebook.dtsi | 61 /* This turns on vbus for host1 (dwc2) */ 73 /* This turns on vbus for otg for host mode (dwc2) */
|
| /linux/arch/mips/boot/dts/ralink/ |
| A D | rt3050.dtsi | 61 compatible = "ralink,rt3050-usb", "snps,dwc2";
|