Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore_intr.c150 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()
316 hsotg->lx_state); in dwc2_handle_session_req_intr()
319 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_session_req_intr()
352 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1()
386 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1()
407 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr()
409 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
417 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()
428 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
432 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
[all …]
H A Dhcd.c1762 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect()
1837 else if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_disconnect()
1853 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup()
3292 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()
3707 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control()
4258 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start()
4313 hsotg->lx_state = DWC2_L3; in _dwc2_hcd_stop()
4338 if (hsotg->lx_state != DWC2_L0) in _dwc2_hcd_suspend()
4396 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend()
4415 if (hsotg->lx_state != DWC2_L2) in _dwc2_hcd_resume()
[all …]
H A Dgadget.c1424 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
3367 hsotg->lx_state = DWC2_L3; in dwc2_hsotg_disconnect()
3613 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected()
3762 if (hsotg->lx_state == DWC2_L2) { in dwc2_hsotg_irq()
3764 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq()
4725 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_vbus_session()
5067 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend()
5098 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume()
5296 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_hibernation()
5453 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_hibernation()
H A Dplatform.c828 dwc2->lx_state = DWC2_L3; in dwc2_resume()
H A Dcore.h1093 enum dwc2_lx_state lx_state; member
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drtlx.c41 chan->rt_state, chan->lx_state, chan->buffer_size); in dump_rtlx()
167 state = xchg(&chan->lx_state, RTLX_STATE_OPENED); in rtlx_open()
188 rtlx->channel[index].lx_state = RTLX_STATE_UNUSED; in rtlx_release()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Drtlx.h69 enum rtlx_state lx_state; member