Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c152 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()
319 hsotg->lx_state); in dwc2_handle_session_req_intr()
325 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_session_req_intr()
351 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr()
356 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()
369 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
375 if (hsotg->lx_state != DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
385 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
461 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
471 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
Dhcd.c332 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup()
1436 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()
1809 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control()
2330 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start()
2371 hsotg->lx_state = DWC2_L3; in _dwc2_hcd_stop()
2388 if (hsotg->lx_state != DWC2_L0) in _dwc2_hcd_suspend()
2428 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend()
2443 if (hsotg->lx_state != DWC2_L2) in _dwc2_hcd_resume()
2447 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_resume()
2473 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_resume()
[all …]
Dgadget.c790 if (hs->lx_state == DWC2_L2) { in dwc2_hsotg_ep_queue()
2208 hsotg->lx_state = DWC2_L3; in dwc2_hsotg_disconnect()
2442 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected()
2485 if (hsotg->lx_state == DWC2_L2) { in dwc2_hsotg_irq()
2487 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq()
3281 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_vbus_session()
3683 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend()
3714 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume()
Dcore.h731 enum dwc2_lx_state lx_state; member
Dhcd_intr.c353 if (hsotg->lx_state != DWC2_L0) in dwc2_port_intr()
/linux-4.4.14/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.4.14/arch/mips/include/asm/
Drtlx.h69 enum rtlx_state lx_state; member