Home
last modified time | relevance | path

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

12

/linux/drivers/usb/dwc2/
H A 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()
H 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
H A DKconfig14 linked modules, the core module will be called dwc2.ko, the PCI
19 will be an additional module named dwc2.ko.
H A Dhcd.c5729 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument
5731 struct usb_device *root_hub = dwc2_hsotg_to_hcd(dwc2)->self.root_hub; in dwc2_host_can_poweroff_phy()
5734 if (!device_may_wakeup(dwc2->dev)) in dwc2_host_can_poweroff_phy()
/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10.dtsi513 compatible = "snps,dwc2";
519 reset-names = "dwc2", "dwc2-ecc";
527 compatible = "snps,dwc2";
533 reset-names = "dwc2", "dwc2-ecc";
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm283x-rpi-usb-otg.dtsi7 * According to dwc2 the sum of all device EP
H A Dbcm2166x-common.dtsi143 compatible = "snps,dwc2";
H A Dbcm11351.dtsi396 compatible = "snps,dwc2";
/linux/arch/mips/boot/dts/ralink/
H A Drt3050.dtsi61 compatible = "ralink,rt3050-usb", "snps,dwc2";
/linux/arch/arm/boot/dts/intel/socfpga/
H A Dsocfpga.dtsi941 compatible = "snps,dwc2";
947 reset-names = "dwc2";
954 compatible = "snps,dwc2";
960 reset-names = "dwc2";
/linux/arch/arm/boot/dts/rockchip/
H A Drk3xxx.dtsi170 compatible = "rockchip,rk3066-usb", "snps,dwc2";
185 compatible = "snps,dwc2";
H A Drk3036.dtsi207 "snps,dwc2";
221 "snps,dwc2";
H A Drv1108.dtsi522 "snps,dwc2";
H A Drk3288.dtsi609 "snps,dwc2";
623 "snps,dwc2";
H A Drk322x.dtsi803 "snps,dwc2";
H A Drk3128.dtsi392 compatible = "rockchip,rk3128-usb", "rockchip,rk3066-usb", "snps,dwc2";
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb.dtsi39 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
51 compatible = "amlogic,meson-gxbb-usb", "snps,dwc2";
H A Dmeson-gxl.dtsi34 dwc2: usb@c9100000 { label
35 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
H A Dmeson-axg.dtsi254 dwc2: usb@ff400000 { label
255 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
/linux/arch/arm/boot/dts/st/
H A Dstm32f746-disco.dts88 /* This turns on vbus for otg fs for host mode (dwc2) */
H A Dstm32f469-disco.dts110 /* This turns on vbus for otg for host mode (dwc2) */
H A Dstm32f429-disco.dts94 /* This turns on vbus for otg for host mode (dwc2) */
H A Dstm32f429.dtsi757 compatible = "snps,dwc2";
/linux/drivers/usb/
H A DKconfig136 source "drivers/usb/dwc2/Kconfig"
/linux/arch/mips/boot/dts/img/
H A Dpistachio.dtsi770 compatible = "snps,dwc2";

12