Home
last modified time | relevance | path

Searched defs:dwc2 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dpci.c32 struct platform_device *dwc2; member
55 struct platform_device *dwc2; in dwc2_pci_probe() local
H A Dplatform.c651 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_suspend() local
732 struct dwc2_hsotg *dwc2 = dev_get_drvdata(dev); in dwc2_resume() local
H A Dcore.h1450 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove()
1452 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend()
1454 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume()
1458 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected()
1462 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect()
1561 static inline bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy()
H A Dhcd.c5754 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy()