Searched refs:dwc2_exit_hibernation (Results 1 – 5 of 5) sorted by relevance
326 ret = dwc2_exit_hibernation(hsotg, true); in dwc2_handle_session_req_intr()362 ret = dwc2_exit_hibernation(hsotg, true); in dwc2_handle_wakeup_detected_intr()
869 extern int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, bool restore);
2486 dwc2_exit_hibernation(hsotg, true); in dwc2_hsotg_irq()3282 dwc2_exit_hibernation(hsotg, false); in dwc2_hsotg_vbus_session()
2469 ret = dwc2_exit_hibernation(hsotg, true); in _dwc2_hcd_resume()
316 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, bool restore) in dwc2_exit_hibernation() function