Lines Matching full:dwc2
42 /* dwc2-hsotg declarations */
1027 * @reset: Pointer to dwc2 reset controller
1028 * @reset_ecc: Pointer to dwc2 optional reset controller in Stratix10.
1416 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);
1560 static inline bool dwc2_host_can_poweroff_phy(struct dwc2_hsotg *dwc2) in dwc2_host_can_poweroff_phy() argument