Searched refs:lx_state (Results 1 – 6 of 6) sorted by relevance
152 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()338 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr()342 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()350 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()352 if (hsotg->lx_state != DWC2_L1) { in dwc2_handle_wakeup_detected_intr()362 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()384 hsotg->lx_state = DWC2_L3; in dwc2_handle_disconnect_intr()427 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
270 if (dwc2->lx_state == DWC2_L0) in dwc2_suspend()
615 enum dwc2_lx_state lx_state; member
327 if (hsotg->lx_state == DWC2_L2) { in dwc2_hcd_rem_wakeup()1430 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()1464 hsotg->lx_state = DWC2_L2; in dwc2_port_suspend()1768 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control()2943 hsotg->lx_state = DWC2_L3; in dwc2_hcd_init()
39 chan->rt_state, chan->lx_state, chan->buffer_size); in dump_rtlx()165 state = xchg(&chan->lx_state, RTLX_STATE_OPENED); in rtlx_open()186 rtlx->channel[index].lx_state = RTLX_STATE_UNUSED; in rtlx_release()
69 enum rtlx_state lx_state; member