Searched refs:dwc2_exit_hibernation (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/usb/dwc2/ |
D | core_intr.c | 751 ret = dwc2_exit_hibernation(hsotg, 0, 0, 0); in dwc2_handle_gpwrdn_intr() 757 ret = dwc2_exit_hibernation(hsotg, 1, 0, 1); in dwc2_handle_gpwrdn_intr() 767 ret = dwc2_exit_hibernation(hsotg, 0, 1, 0); in dwc2_handle_gpwrdn_intr()
|
D | platform.c | 281 ret = dwc2_exit_hibernation(hsotg, 0, 0, 1); in dwc2_driver_remove() 283 ret = dwc2_exit_hibernation(hsotg, 0, 0, 0); in dwc2_driver_remove()
|
D | core.h | 1294 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup,
|
D | hcd.c | 3355 ret = dwc2_exit_hibernation(hsotg, 0, 0, 1); in dwc2_port_resume() 3656 retval = dwc2_exit_hibernation(hsotg, 0, 1, 1); in dwc2_hcd_hub_control() 4443 ret = dwc2_exit_hibernation(hsotg, 0, 0, 1); in _dwc2_hcd_resume() 4635 retval = dwc2_exit_hibernation(hsotg, 0, 0, 1); in _dwc2_hcd_urb_enqueue() 4637 retval = dwc2_exit_hibernation(hsotg, 0, 0, 0); in _dwc2_hcd_urb_enqueue()
|
D | core.c | 380 int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_hibernation() function
|