Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c120 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr()
286 hsotg->lx_state); in dwc2_handle_session_req_intr()
289 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_session_req_intr()
332 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1()
382 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1()
409 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr()
438 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
470 hsotg->lx_state = DWC2_L0; in dwc2_handle_wakeup_detected_intr()
561 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
571 hsotg->lx_state = DWC2_L2; in dwc2_handle_usb_suspend_intr()
[all …]
H A Dhcd.c3250 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected()
4262 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start()
4317 hsotg->lx_state = DWC2_L3; in _dwc2_hcd_stop()
4404 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend()
4434 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_resume()
5314 hsotg->lx_state = DWC2_L3; in dwc2_hcd_init()
5523 hsotg->lx_state = DWC2_L2; in dwc2_host_enter_hibernation()
5717 hsotg->lx_state = DWC2_L0; in dwc2_host_exit_hibernation()
5806 hsotg->lx_state = DWC2_L2; in dwc2_host_enter_partial_power_down()
5895 hsotg->lx_state = DWC2_L0; in dwc2_host_exit_partial_power_down()
[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()
3582 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected()
3740 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq()
5322 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_hibernation()
5483 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_hibernation()
5543 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_partial_power_down()
5611 hsotg->lx_state = DWC2_L0; in dwc2_gadget_exit_partial_power_down()
5644 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_clock_gating()
[all …]
H A Dcore.h1091 enum dwc2_lx_state lx_state; member
/openbmc/linux/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()
/openbmc/linux/arch/mips/include/asm/
H A Drtlx.h69 enum rtlx_state lx_state; member