Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dcore_intr.c432 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()
456 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()
576 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
586 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
H A Ddrd.c133 hsotg->lx_state == DWC2_L2 && in dwc2_drd_role_sw_set()
H A Dgadget.c3734 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_hsotg_irq()
4724 if (hsotg->lx_state == DWC2_L2 && hsotg->in_ppd) in dwc2_hsotg_vbus_session()
5136 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume()
5382 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_hibernation()
5610 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_partial_power_down()
5697 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_clock_gating()
H A Dhcd.c3188 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_conn_id_status_change()
4400 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend()
4419 if (hsotg->lx_state != DWC2_L2) in _dwc2_hcd_resume()
5554 hsotg->lx_state = DWC2_L2; in dwc2_host_enter_hibernation()
5826 hsotg->lx_state = DWC2_L2; in dwc2_host_enter_partial_power_down()
5943 hsotg->lx_state = DWC2_L2; in dwc2_host_enter_clock_gating()
H A Dcore.h195 DWC2_L2, /* USB suspend state */ enumerator