Searched refs:lx_state (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core_intr.c | 150 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr() 315 dev_dbg(hsotg->dev, "Session request interrupt - lx_state=%d\n", in dwc2_handle_session_req_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 in dwc2_handle_wakeup_detected_intr() [all...] |
H A D | hcd.c | 1760 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect() 1849 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup() 3270 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected() 3685 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control() 4236 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start() 4291 hsotg->lx_state = DWC2_L3; in _dwc2_hcd_stop() 4316 if (hsotg->lx_state != DWC2_L0) in _dwc2_hcd_suspend() 4374 hsotg->lx_state = DWC2_L2; in _dwc2_hcd_suspend() 4393 if (hsotg->lx_state != DWC2_L2) in _dwc2_hcd_resume() 4397 hsotg->lx_state in _dwc2_hcd_resume() [all...] |
H A D | gadget.c | 1420 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue() 3332 hsotg->lx_state = DWC2_L3; in dwc2_hsotg_disconnect() 3578 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected() 3727 if (hsotg->lx_state == DWC2_L2) { in dwc2_hsotg_irq() 3729 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq() 4677 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_vbus_session() 5019 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend() 5050 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume() 5248 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_hibernation() 5405 hsotg->lx_state in dwc2_gadget_exit_hibernation() [all...] |
H A D | core.h | 897 * @lx_state: Lx state of connected device 1090 enum dwc2_lx_state lx_state; member
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core_intr.c | 120 hsotg->lx_state = DWC2_L0; in dwc2_handle_otg_intr() 285 dev_dbg(hsotg->dev, "Session request interrupt - lx_state=%d\n", in dwc2_handle_session_req_intr() 286 hsotg->lx_state); in dwc2_handle_session_req_intr() 289 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_session_req_intr() 330 if (hsotg->lx_state != DWC2_L1) { in dwc2_wakeup_from_lpm_l1() 364 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_from_lpm_l1() 385 dev_dbg(hsotg->dev, "%s lxstate = %d\n", __func__, hsotg->lx_state); in dwc2_handle_wakeup_detected_intr() 387 if (hsotg->lx_state == DWC2_L1) { in dwc2_handle_wakeup_detected_intr() 395 if (hsotg->lx_state == DWC2_L2) { in dwc2_handle_wakeup_detected_intr() 415 hsotg->lx_state in dwc2_handle_wakeup_detected_intr() [all...] |
H A D | hcd.c | 1725 if (hsotg->lx_state != DWC2_L0) in dwc2_hcd_connect() 1814 if (hsotg->lx_state == DWC2_L1) in dwc2_hcd_rem_wakeup() 3182 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_conn_id_status_change() 3244 hsotg->lx_state = DWC2_L0; in dwc2_wakeup_detected() 3703 hsotg->lx_state = DWC2_L0; /* Now back to On state */ in dwc2_hcd_hub_control() 4254 hsotg->lx_state = DWC2_L0; in _dwc2_hcd_start() 4309 hsotg->lx_state = DWC2_L3; in _dwc2_hcd_stop() 4332 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 ! in _dwc2_hcd_resume() [all...] |
H A D | gadget.c | 1419 if (hs->lx_state != DWC2_L0) { in dwc2_hsotg_ep_queue() 3332 hsotg->lx_state = DWC2_L3; in dwc2_hsotg_disconnect() 3578 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_core_init_disconnected() 3727 if (hsotg->in_ppd && hsotg->lx_state == DWC2_L2) in dwc2_hsotg_irq() 3730 hsotg->lx_state = DWC2_L0; in dwc2_hsotg_irq() 4702 if (hsotg->lx_state == DWC2_L2 && hsotg->in_ppd) in dwc2_hsotg_vbus_session() 5083 if (hsotg->lx_state != DWC2_L0) in dwc2_hsotg_suspend() 5114 if (hsotg->lx_state == DWC2_L2) in dwc2_hsotg_resume() 5312 hsotg->lx_state = DWC2_L2; in dwc2_gadget_enter_hibernation() 5473 hsotg->lx_state in dwc2_gadget_exit_hibernation() [all...] |
H A D | core.h | 882 * @lx_state: Lx state of connected device 1079 enum dwc2_lx_state lx_state; member
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | rtlx.c | 40 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()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | rtlx.c | 40 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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | rtlx.h | 69 enum rtlx_state lx_state; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | rtlx.h | 69 enum rtlx_state lx_state; member
|
Completed in 34 milliseconds