Searched refs:lx_state (Results 1 – 3 of 3) sorted by relevance
158 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()324 hsotg->lx_state); in dwc2_handle_session_req_intr()327 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_session_req_intr()368 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1()402 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1()423 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr()425 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr()433 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()453 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()456 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()[all …]
1795 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect()1886 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup()3262 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_conn_id_status_change()3324 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()3791 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control()4390 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start()4419 hsotg->lx_state = DWC2_L0;4474 hsotg->lx_state = DWC2_L3;4497 if (hsotg->lx_state != DWC2_L0)4561 hsotg->lx_state = DWC2_L2;[all …]
1140 enum dwc2_lx_state lx_state; member