Home
last modified time | relevance | path

Searched refs:DWC2_L0 (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/dwc2/
Dcore_intr.c120 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()
382 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1()
438 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
470 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
Dhcd.c1725 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect()
3250 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()
3709 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control()
4262 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start()
4340 if (hsotg->lx_state != DWC2_L0) in _dwc2_hcd_suspend()
4434 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_resume()
4485 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_resume()
5717 hsotg->lx_state = DWC2_L0; in dwc2_host_exit_hibernation()
5895 hsotg->lx_state = DWC2_L0; in dwc2_host_exit_partial_power_down()
5980 hsotg->lx_state = DWC2_L0; in dwc2_host_exit_clock_gating()
Dgadget.c1423 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
3582 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected()
3740 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq()
5093 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend()
5483 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_hibernation()
5611 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_partial_power_down()
5684 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_clock_gating()
Dcore.h193 DWC2_L0, /* On state */ enumerator