Searched refs:dwc2_exit_partial_power_down (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core_intr.c | 291 ret = dwc2_exit_partial_power_down(hsotg, 0, in dwc2_handle_session_req_intr() 401 ret = dwc2_exit_partial_power_down(hsotg, 1, in dwc2_handle_wakeup_detected_intr() 420 ret = dwc2_exit_partial_power_down(hsotg, 1, in dwc2_handle_wakeup_detected_intr()
|
H A D | core.h | 1293 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup,
|
H A D | platform.c | 326 ret = dwc2_exit_partial_power_down(hsotg, 0, true); in dwc2_driver_remove()
|
H A D | core.c | 101 * dwc2_exit_partial_power_down() - Exit controller from Partial Power Down. 107 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, in dwc2_exit_partial_power_down() function
|
H A D | hcd.c | 3183 dwc2_exit_partial_power_down(hsotg, 0, false); in dwc2_conn_id_status_change() 3348 ret = dwc2_exit_partial_power_down(hsotg, 0, true); in dwc2_port_resume() 3663 retval = dwc2_exit_partial_power_down(hsotg, 1, in dwc2_hcd_hub_control() 4432 ret = dwc2_exit_partial_power_down(hsotg, 0, true); in _dwc2_hcd_resume() 4645 retval = dwc2_exit_partial_power_down(hsotg, 0, true); in _dwc2_hcd_urb_enqueue()
|
H A D | gadget.c | 3728 dwc2_exit_partial_power_down(hsotg, 0, true); in dwc2_hsotg_irq() 4707 dwc2_exit_partial_power_down(hsotg, 0, false); in dwc2_hsotg_vbus_session()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core_intr.c | 320 ret = dwc2_exit_partial_power_down(hsotg, true); in dwc2_handle_session_req_intr() 423 ret = dwc2_exit_partial_power_down(hsotg, true); in dwc2_handle_wakeup_detected_intr()
|
H A D | core.h | 1306 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, bool restore);
|
H A D | core.c | 131 * dwc2_exit_partial_power_down() - Exit controller from Partial Power Down. 136 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, bool restore) in dwc2_exit_partial_power_down() function
|
H A D | gadget.c | 3728 dwc2_exit_partial_power_down(hsotg, true); in dwc2_hsotg_irq() 4678 dwc2_exit_partial_power_down(hsotg, false); in dwc2_hsotg_vbus_session()
|
H A D | hcd.c | 4421 ret = dwc2_exit_partial_power_down(hsotg, true); in _dwc2_hcd_resume()
|
Completed in 34 milliseconds