Lines Matching full:dwc2
42 /* dwc2-hsotg declarations */
1025 * @reset: Pointer to dwc2 reset controller
1026 * @reset_ecc: Pointer to dwc2 optional reset controller in Stratix10.
1411 int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
1412 int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
1414 void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
1418 void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2);
1441 static inline int dwc2_hsotg_remove(struct dwc2_hsotg *dwc2) in dwc2_hsotg_remove() argument
1443 static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2) in dwc2_hsotg_suspend() argument
1445 static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2) in dwc2_hsotg_resume() argument
1449 static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2, in dwc2_hsotg_core_init_disconnected() argument
1453 static inline void dwc2_hsotg_disconnect(struct dwc2_hsotg *dwc2) {} in dwc2_hsotg_disconnect() argument
1507 bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2);
1545 static inline bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument