Lines Matching full:dwc2
72 /* dwc2-hsotg declarations */
1030 * @reset: Pointer to dwc2 reset controller
1031 * @reset_ecc: Pointer to dwc2 optional reset controller in Stratix10.
1410 int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
1411 int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
1413 void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
1417 void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2);
1439 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument
1441 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument
1443 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument
1447 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument
1451 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument
1504 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2);
1542 static inline bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument