Home
last modified time | relevance | path

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

123

/linux/drivers/usb/dwc2/
A D.built-in.a.cmd1dwc2/built-in.a := echo >/dev/null; rm -f drivers/usb/dwc2/built-in.a; /usr/bin/ccache /home/test/…
A Dplatform.c673 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 Dpci.c62 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 DMakefile5 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 Dcore.h1409 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.cmd1dwc2/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 DKconfig14 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.cmd1dwc2/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.cmd1dwc2/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.cmd1dwc2/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.cmd1dwc2/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.cmd1dwc2/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.cmd1dwc2/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.cmd1dwc2/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.cmd1dwc2/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 Dbuilt-in.a48 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.cmd1 …t-in.a drivers/usb/phy/built-in.a drivers/usb/dwc3/built-in.a drivers/usb/dwc2/built-in.a drivers/…
A DMakefile13 obj-$(CONFIG_USB_DWC2) += dwc2/
/linux/Documentation/devicetree/bindings/usb/
A Ddwc2.yaml4 $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 Damlogic,meson-g12a-usb-ctrl.yaml83 - $ref: dwc2.yaml#
215 dwc2: usb@ff400000 {
216 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
/linux/arch/arm64/boot/dts/altera/
A Dsocfpga_stratix10.dtsi479 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 Dsocfpga_agilex.dtsi505 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 Dbcm283x-rpi-usb-otg.dtsi7 * According to dwc2 the sum of all device EP
A Drk3288-veyron-chromebook.dtsi61 /* 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 Drt3050.dtsi61 compatible = "ralink,rt3050-usb", "snps,dwc2";

Completed in 49 milliseconds

123