Searched refs:dwc2_exit_partial_power_down (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/usb/dwc2/ | 
| D | core_intr.c | 321 				ret = dwc2_exit_partial_power_down(hsotg, 0,  in dwc2_handle_session_req_intr()431 				ret = dwc2_exit_partial_power_down(hsotg, 1,  in dwc2_handle_wakeup_detected_intr()
 450 				ret = dwc2_exit_partial_power_down(hsotg, 1,  in dwc2_handle_wakeup_detected_intr()
 
 | 
| D | platform.c | 338 		ret = dwc2_exit_partial_power_down(hsotg, 0, true);  in dwc2_driver_remove()
 | 
| D | core.h | 1315 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup,
 | 
| D | hcd.c | 3216 			dwc2_exit_partial_power_down(hsotg, 0, false);  in dwc2_conn_id_status_change()3381 		ret = dwc2_exit_partial_power_down(hsotg, 0, true);  in dwc2_port_resume()
 3696 				retval = dwc2_exit_partial_power_down(hsotg, 1,  in dwc2_hcd_hub_control()
 4464 		ret = dwc2_exit_partial_power_down(hsotg, 0, true);  in _dwc2_hcd_resume()
 4677 		retval = dwc2_exit_partial_power_down(hsotg, 0, true);  in _dwc2_hcd_urb_enqueue()
 
 | 
| D | core.c | 137 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup,  in dwc2_exit_partial_power_down()  function
 | 
| D | gadget.c | 3717 			dwc2_exit_partial_power_down(hsotg, 0, true);  in dwc2_hsotg_irq()4697 		dwc2_exit_partial_power_down(hsotg, 0, false);  in dwc2_hsotg_vbus_session()
 
 |