Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dcore_intr.c320 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()
Dcore.h1306 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, bool restore);
Dcore.c136 int dwc2_exit_partial_power_down(struct dwc2_hsotg *hsotg, bool restore) in dwc2_exit_partial_power_down() function
Dgadget.c3727 dwc2_exit_partial_power_down(hsotg, true); in dwc2_hsotg_irq()
4678 dwc2_exit_partial_power_down(hsotg, false); in dwc2_hsotg_vbus_session()
Dhcd.c4421 ret = dwc2_exit_partial_power_down(hsotg, true); in _dwc2_hcd_resume()