Home
last modified time | relevance | path

Searched refs:dwc2_exit_hibernation (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c326 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()
Dcore.h869 extern int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, bool restore);
Dgadget.c2486 dwc2_exit_hibernation(hsotg, true); in dwc2_hsotg_irq()
3282 dwc2_exit_hibernation(hsotg, false); in dwc2_hsotg_vbus_session()
Dhcd.c2469 ret = dwc2_exit_hibernation(hsotg, true); in _dwc2_hcd_resume()
Dcore.c316 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, bool restore) in dwc2_exit_hibernation() function