Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dcore_intr.c135 hsotg->lx_state = DWC2_L3; in dwc2_handle_otg_intr()
300 dev_dbg(hsotg->dev, "Session request interrupt - lx_state=%d\n", in dwc2_handle_session_req_intr()
301 hsotg->lx_state); in dwc2_handle_session_req_intr()
304 if (hsotg->lx_state != DWC2_L0) { in dwc2_handle_session_req_intr()
347 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1()
397 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1()
422 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr()
424 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
432 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr()
453 hsotg->lx_state in dwc2_handle_wakeup_detected_intr()
[all...]
H A Dhcd.c1725 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect()
1814 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup()
3188 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_conn_id_status_change()
3250 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()
3705 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()
4336 if (hsotg->lx_state != DWC2_L0) in _dwc2_hcd_suspend()
4400 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend()
4419 if (hsotg->lx_state ! in _dwc2_hcd_resume()
[all...]
H A Dgadget.c1418 if (hs->lx_state == DWC2_L1) { in dwc2_hsotg_ep_queue()
1423 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue()
3336 hsotg->lx_state = DWC2_L3; in dwc2_hsotg_disconnect()
3585 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected()
3734 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_hsotg_irq()
3743 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq()
4722 if (hsotg->lx_state == DWC2_L2 && hsotg->in_ppd) in dwc2_hsotg_vbus_session()
5103 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend()
5134 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume()
5380 hsotg->lx_state in dwc2_gadget_enter_hibernation()
[all...]
H A Ddrd.c133 hsotg->lx_state == DWC2_L2 && in dwc2_drd_role_sw_set()
/linux/arch/mips/kernel/
H A Drtlx.c40 pr_info(" rt_state %d lx_state %d buffer_size %d\n", in dump_rtlx()
41 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/arch/mips/include/asm/
H A Drtlx.h69 enum rtlx_state lx_state; member