Home
last modified time | relevance | path

Searched refs:OTG_STATE_A_IDLE (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/drivers/usb/common/
Dusb-otg-fsm.c83 case OTG_STATE_A_IDLE: in otg_leave_state()
251 case OTG_STATE_A_IDLE: in otg_set_state()
340 otg_set_state(fsm, OTG_STATE_A_IDLE); in otg_statemachine()
344 otg_set_state(fsm, OTG_STATE_A_IDLE); in otg_statemachine()
378 case OTG_STATE_A_IDLE: in otg_statemachine()
433 otg_set_state(fsm, OTG_STATE_A_IDLE); in otg_statemachine()
Dcommon.c40 [OTG_STATE_A_IDLE] = "a_idle", in usb_otg_state_string()
/Linux-v5.4/drivers/usb/phy/
Dphy-isp1301-omap.c329 if (isp->phy.otg->state == OTG_STATE_A_IDLE) in a_idle()
341 isp->phy.otg->state = OTG_STATE_A_IDLE; in a_idle()
435 state = OTG_STATE_A_IDLE; in check_state()
503 if (isp->phy.otg->state == OTG_STATE_A_IDLE in update_otg1()
593 case OTG_STATE_A_IDLE: in otg_update_isp()
694 case OTG_STATE_A_IDLE: in omap_otg_irq()
760 case OTG_STATE_A_IDLE: in omap_otg_irq()
949 case OTG_STATE_A_IDLE: in isp_update_otg()
981 if (state != OTG_STATE_A_IDLE) in isp_update_otg()
983 if (otg->host && state == OTG_STATE_A_IDLE) in isp_update_otg()
[all …]
Dphy-tahvo.c85 case OTG_STATE_A_IDLE: in check_vbus_state()
105 tu->phy.otg->state = OTG_STATE_A_IDLE; in check_vbus_state()
130 tu->phy.otg->state = OTG_STATE_A_IDLE; in tahvo_usb_become_host()
137 tu->phy.otg->state = OTG_STATE_A_IDLE; in tahvo_usb_stop_host()
Dphy-mv-usb.c340 mvotg->phy.otg->state = OTG_STATE_A_IDLE; in mv_otg_update_state()
348 case OTG_STATE_A_IDLE: in mv_otg_update_state()
387 mvotg->phy.otg->state = OTG_STATE_A_IDLE; in mv_otg_update_state()
439 case OTG_STATE_A_IDLE: in mv_otg_work()
538 && mvotg->phy.otg->state != OTG_STATE_A_IDLE) in a_bus_req_store()
Dphy-fsl-usb.c945 p_otg->phy.otg->state = OTG_STATE_A_IDLE; in usb_otg_start()
/Linux-v5.4/drivers/usb/musb/
Dtusb6010.c468 case OTG_STATE_A_IDLE: in musb_do_idle()
587 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in tusb_musb_set_vbus()
590 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in tusb_musb_set_vbus()
729 case OTG_STATE_A_IDLE: in tusb_otg_ints()
Dam35x.c146 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
160 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Dda8xx.c148 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
185 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Domap2430.c54 if (musb->xceiv->otg->state == OTG_STATE_A_IDLE) { in omap2430_musb_set_vbus()
155 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in omap_musb_set_mailbox()
Dux500.c46 if (musb->xceiv->otg->state == OTG_STATE_A_IDLE) { in ux500_musb_set_vbus()
Dmusb_dsps.c247 case OTG_STATE_A_IDLE: in dsps_check_status()
254 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in dsps_check_status()
Ddavinci.c235 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Dmusb_gadget.c2006 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_g_disconnect()
Dmusb_host.c2756 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_host_setup()
Dmusb_core.c611 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_handle_intr_sessreq()
/Linux-v5.4/include/linux/usb/
Dphy.h56 OTG_STATE_A_IDLE, enumerator
/Linux-v5.4/drivers/usb/chipidea/
Dotg_fsm.c588 ci->fsm.otg->state < OTG_STATE_A_IDLE) in ci_otg_fsm_work()
593 if (ci->fsm.otg->state == OTG_STATE_A_IDLE) { in ci_otg_fsm_work()
Dcore.c1228 if ((ci->fsm.otg->state == OTG_STATE_A_IDLE) && in ci_otg_fsm_suspend_for_srp()
1240 if ((ci->fsm.otg->state == OTG_STATE_A_IDLE) && in ci_otg_fsm_wakeup_by_srp()