Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dcore_intr.c150 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()
320 hsotg->lx_state); in dwc2_handle_session_req_intr()
323 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_session_req_intr()
349 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1()
383 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1()
404 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr()
406 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
414 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()
427 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
432 if (hsotg->lx_state != DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
[all …]
Dhcd.c1958 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect()
2047 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup()
3458 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()
3863 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control()
4400 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start()
4442 hsotg->lx_state = DWC2_L3; in _dwc2_hcd_stop()
4464 if (hsotg->lx_state != DWC2_L0) in _dwc2_hcd_suspend()
4508 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend()
4526 if (hsotg->lx_state != DWC2_L2) in _dwc2_hcd_resume()
4530 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_resume()
[all …]
Dgadget.c1306 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
3140 hsotg->lx_state = DWC2_L3; in dwc2_hsotg_disconnect()
3374 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected()
3522 if (hsotg->lx_state == DWC2_L2) { in dwc2_hsotg_irq()
3524 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq()
4411 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_vbus_session()
4758 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend()
4789 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume()
4962 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_hibernation()
5119 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_hibernation()
Dcore.h1043 enum dwc2_lx_state lx_state; member
/Linux-v4.19/arch/mips/kernel/
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()
/Linux-v4.19/arch/mips/include/asm/
Drtlx.h69 enum rtlx_state lx_state; member