Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
A Dplatform.c656 dwc2_hsotg_suspend(dwc2); in dwc2_suspend()
658 dwc2_drd_suspend(dwc2); in dwc2_suspend()
683 ggpio = dwc2_readl(dwc2, GGPIO); in dwc2_suspend()
686 dwc2_writel(dwc2, ggpio, GGPIO); in dwc2_suspend()
699 if (dwc2->ll_hw_enabled && in dwc2_suspend()
731 if (dwc2->phy_off_for_suspend && dwc2->ll_hw_enabled) { in dwc2_resume()
775 if (!dwc2->role_sw) { in dwc2_resume()
777 dwc2_force_dr_mode(dwc2); in dwc2_resume()
779 dwc2_drd_resume(dwc2); in dwc2_resume()
782 if (dwc2_is_device_mode(dwc2)) in dwc2_resume()
[all …]
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()
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.h1416 int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
1417 int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
1419 void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
1423 void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2);
1449 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument
1451 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument
1453 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument
1457 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument
1461 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument
1520 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2);
[all …]
A DKconfig14 linked modules, the core module will be called dwc2.ko, the PCI
19 will be an additional module named dwc2.ko.
A Dhcd.c5752 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument
5754 struct usb_device *root_hub = dwc2_hsotg_to_hcd(dwc2)->self.root_hub; in dwc2_host_can_poweroff_phy()
5757 if (!device_may_wakeup(dwc2->dev)) in dwc2_host_can_poweroff_phy()
/drivers/usb/
A DMakefile13 obj-$(CONFIG_USB_DWC2) += dwc2/
A DKconfig136 source "drivers/usb/dwc2/Kconfig"

Completed in 23 milliseconds