Lines Matching full:dwc2
71 /* dwc2-hsotg declarations */
1019 * @reset: Pointer to dwc2 reset controller
1020 * @reset_ecc: Pointer to dwc2 optional reset controller in Stratix10.
1397 int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
1398 int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
1400 void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
1404 void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2);
1418 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument
1420 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument
1422 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument
1426 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument
1430 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument
1467 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2);
1493 static inline bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument