Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c775 ret = dwc2_exit_hibernation(hsotg, 0, 0, 0); in dwc2_handle_gpwrdn_intr()
781 ret = dwc2_exit_hibernation(hsotg, 1, 0, 1); in dwc2_handle_gpwrdn_intr()
791 ret = dwc2_exit_hibernation(hsotg, 0, 1, 0); in dwc2_handle_gpwrdn_intr()
H A Dplatform.c315 ret = dwc2_exit_hibernation(hsotg, 0, 0, 1); in dwc2_driver_remove()
317 ret = dwc2_exit_hibernation(hsotg, 0, 0, 0); in dwc2_driver_remove()
H A Dcore.h1309 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
H A Dhcd.c3361 ret = dwc2_exit_hibernation(hsotg, 0, 0, 1); in dwc2_port_resume()
3662 retval = dwc2_exit_hibernation(hsotg, 0, 1, 1); in dwc2_hcd_hub_control()
4451 ret = dwc2_exit_hibernation(hsotg, 0, 0, 1); in _dwc2_hcd_resume()
4643 retval = dwc2_exit_hibernation(hsotg, 0, 0, 1); in _dwc2_hcd_urb_enqueue()
4645 retval = dwc2_exit_hibernation(hsotg, 0, 0, 0); in _dwc2_hcd_urb_enqueue()
H A Dcore.c380 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_hibernation() function