Home
last modified time | relevance | path

Searched refs:OTG_STATE_A_WAIT_BCON (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/usb/common/
Dusb-otg-fsm.c95 case OTG_STATE_A_WAIT_BCON: in otg_leave_state()
188 case OTG_STATE_A_WAIT_BCON: in otg_set_state()
307 otg_set_state(fsm, OTG_STATE_A_WAIT_BCON); in otg_statemachine()
312 case OTG_STATE_A_WAIT_BCON: in otg_statemachine()
327 otg_set_state(fsm, OTG_STATE_A_WAIT_BCON); in otg_statemachine()
335 otg_set_state(fsm, OTG_STATE_A_WAIT_BCON); in otg_statemachine()
347 otg_set_state(fsm, OTG_STATE_A_WAIT_BCON); in otg_statemachine()
Dcommon.c26 [OTG_STATE_A_WAIT_BCON] = "a_wait_bcon", in usb_otg_state_string()
/linux-4.1.27/drivers/usb/musb/
Dblackfin.c224 || musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON) || in blackfin_interrupt()
245 case OTG_STATE_A_WAIT_BCON: in musb_conn_timer_handler()
257 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_conn_timer_handler()
283 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_conn_timer_handler()
Dtusb6010.c465 case OTG_STATE_A_WAIT_BCON: in musb_do_idle()
523 && (musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON))) { in tusb_musb_try_idle()
588 case OTG_STATE_A_WAIT_BCON: in tusb_musb_set_vbus()
794 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in tusb_otg_ints()
804 case OTG_STATE_A_WAIT_BCON: in tusb_otg_ints()
Domap2430.c69 case OTG_STATE_A_WAIT_BCON: in musb_do_idle()
101 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_do_idle()
119 && (musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON))) { in omap2430_musb_try_idle()
Dda8xx.c205 case OTG_STATE_A_WAIT_BCON: in otg_timer()
268 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in da8xx_musb_try_idle()
Dam35x.c156 case OTG_STATE_A_WAIT_BCON: in otg_timer()
196 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle()
Dmusb_virthub.c236 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_root_disconnect()
Dmusb_core.c456 case OTG_STATE_A_WAIT_BCON: in musb_otg_timer_func()
658 case OTG_STATE_A_WAIT_BCON: in musb_stage0_irq()
738 case OTG_STATE_A_WAIT_BCON: in musb_stage0_irq()
886 case OTG_STATE_A_WAIT_BCON: /* OPT TD.4.7-900ms */ in musb_stage0_irq()
1747 if (musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON) in musb_vbus_store()
Dmusb_dsps.c182 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in dsps_musb_try_idle()
274 case OTG_STATE_A_WAIT_BCON: in otg_timer()
Dmusb_gadget.c2014 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_g_disconnect()
Dmusb_host.c2476 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON; in musb_bus_suspend()
/linux-4.1.27/drivers/usb/phy/
Dphy-mv-usb.c366 mvotg->phy.otg->state = OTG_STATE_A_WAIT_BCON; in mv_otg_update_state()
368 case OTG_STATE_A_WAIT_BCON: in mv_otg_update_state()
388 mvotg->phy.otg->state = OTG_STATE_A_WAIT_BCON; in mv_otg_update_state()
460 case OTG_STATE_A_WAIT_BCON: in mv_otg_work()
Dphy-isp1301-omap.c466 state = OTG_STATE_A_WAIT_BCON; in check_state()
795 case OTG_STATE_A_WAIT_BCON: in omap_otg_irq()
800 isp->phy.otg->state = OTG_STATE_A_WAIT_BCON; in omap_otg_irq()
1132 case OTG_STATE_A_WAIT_BCON: in isp1301_work()
/linux-4.1.27/include/linux/usb/
Dphy.h55 OTG_STATE_A_WAIT_BCON, enumerator
/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c623 case OTG_STATE_A_WAIT_BCON: in ci_otg_fsm_event()