Home
last modified time | relevance | path

Searched refs:lx_state (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c152 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()
Dplatform.c270 if (dwc2->lx_state == DWC2_L0) in dwc2_suspend()
Dcore.h615 enum dwc2_lx_state lx_state; member
Dhcd.c327 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()
/linux-4.1.27/arch/mips/kernel/
Drtlx.c39 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()
/linux-4.1.27/arch/mips/include/asm/
Drtlx.h69 enum rtlx_state lx_state; member