Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/usb/dwc2/
Dplatform.c617 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_suspend() local
618 bool is_device_mode = dwc2_is_device_mode(dwc2); in dwc2_suspend()
622 dwc2_hsotg_suspend(dwc2); in dwc2_suspend()
624 dwc2_drd_suspend(dwc2); in dwc2_suspend()
626 if (dwc2->params.activate_stm_id_vb_detection) { in dwc2_suspend()
634 dwc2_force_mode(dwc2, !is_device_mode); in dwc2_suspend()
636 spin_lock_irqsave(&dwc2->lock, flags); in dwc2_suspend()
637 gotgctl = dwc2_readl(dwc2, GOTGCTL); in dwc2_suspend()
646 dwc2_writel(dwc2, gotgctl, GOTGCTL); in dwc2_suspend()
647 spin_unlock_irqrestore(&dwc2->lock, flags); in dwc2_suspend()
[all …]
Dpci.c32 struct platform_device *dwc2; member
46 platform_device_unregister(glue->dwc2); in dwc2_pci_remove()
55 struct platform_device *dwc2; in dwc2_pci_probe() local
76 dwc2 = platform_device_alloc("dwc2", PLATFORM_DEVID_AUTO); in dwc2_pci_probe()
77 if (!dwc2) { in dwc2_pci_probe()
94 ret = platform_device_add_resources(dwc2, res, ARRAY_SIZE(res)); in dwc2_pci_probe()
100 dwc2->dev.parent = dev; in dwc2_pci_probe()
108 ret = platform_device_add(dwc2); in dwc2_pci_probe()
115 glue->dwc2 = dwc2; in dwc2_pci_probe()
121 platform_device_put(dwc2); in dwc2_pci_probe()
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
Dcore.h1386 int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
1387 int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
1389 void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
1393 void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2);
1416 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument
1418 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument
1420 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument
1424 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument
1428 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument
1482 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2);
[all …]
DKconfig14 linked modules, the core module will be called dwc2.ko, the PCI
19 will be an additional module named dwc2.ko.
/Linux-v6.1/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi478 compatible = "snps,dwc2";
484 reset-names = "dwc2", "dwc2-ecc";
492 compatible = "snps,dwc2";
498 reset-names = "dwc2", "dwc2-ecc";
/Linux-v6.1/arch/arm/boot/dts/
Dbcm283x-rpi-usb-otg.dtsi7 * According to dwc2 the sum of all device EP
Drk3288-veyron-chromebook.dtsi61 /* This turns on vbus for host1 (dwc2) */
73 /* This turns on vbus for otg for host mode (dwc2) */
Drk3288-veyron-brain.dts30 /* This turns on vbus for host2 and otg (dwc2) */
Dmeson.dtsi257 compatible = "snps,dwc2";
272 compatible = "snps,dwc2";
Dsocfpga.dtsi941 compatible = "snps,dwc2";
947 reset-names = "dwc2";
954 compatible = "snps,dwc2";
960 reset-names = "dwc2";
Dsocfpga_arria10.dtsi877 compatible = "snps,dwc2";
883 reset-names = "dwc2";
890 compatible = "snps,dwc2";
896 reset-names = "dwc2";
Drk3xxx.dtsi166 compatible = "rockchip,rk3066-usb", "snps,dwc2";
181 compatible = "snps,dwc2";
Dstm32f746-disco.dts74 /* This turns on vbus for otg fs for host mode (dwc2) */
Dstm32f469-disco.dts117 /* This turns on vbus for otg for host mode (dwc2) */
Dbcm21664.dtsi331 compatible = "snps,dwc2";
Dstm32f429-disco.dts94 /* This turns on vbus for otg for host mode (dwc2) */
Drk3288-evb.dtsi131 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
Dmeson8.dtsi763 compatible = "amlogic,meson8-usb", "snps,dwc2";
769 compatible = "amlogic,meson8-usb", "snps,dwc2";
Dmeson8b.dtsi751 compatible = "amlogic,meson8b-usb", "snps,dwc2";
757 compatible = "amlogic,meson8b-usb", "snps,dwc2";
/Linux-v6.1/arch/arm64/boot/dts/intel/
Dsocfpga_agilex.dtsi503 compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2";
509 reset-names = "dwc2", "dwc2-ecc";
517 compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2";
523 reset-names = "dwc2", "dwc2-ecc";
/Linux-v6.1/arch/mips/boot/dts/ralink/
Drt3050.dtsi61 compatible = "ralink,rt3050-usb", "snps,dwc2";
/Linux-v6.1/drivers/usb/
DMakefile13 obj-$(CONFIG_USB_DWC2) += dwc2/
/Linux-v6.1/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb.dtsi39 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
51 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
Dmeson-gxl.dtsi34 dwc2: usb@c9100000 { label
35 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";

12