Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/common/
Dusb-otg-fsm.c88 case OTG_STATE_A_IDLE: in otg_leave_state()
173 case OTG_STATE_A_IDLE: in otg_set_state()
260 otg_set_state(fsm, OTG_STATE_A_IDLE); in otg_statemachine()
264 otg_set_state(fsm, OTG_STATE_A_IDLE); in otg_statemachine()
298 case OTG_STATE_A_IDLE: in otg_statemachine()
353 otg_set_state(fsm, OTG_STATE_A_IDLE); in otg_statemachine()
Dcommon.c24 [OTG_STATE_A_IDLE] = "a_idle", in usb_otg_state_string()
/linux-4.4.14/drivers/usb/phy/
Dphy-isp1301-omap.c342 if (isp->phy.otg->state == OTG_STATE_A_IDLE) in a_idle()
354 isp->phy.otg->state = OTG_STATE_A_IDLE; in a_idle()
448 state = OTG_STATE_A_IDLE; in check_state()
516 if (isp->phy.otg->state == OTG_STATE_A_IDLE in update_otg1()
606 case OTG_STATE_A_IDLE: in otg_update_isp()
707 case OTG_STATE_A_IDLE: in omap_otg_irq()
773 case OTG_STATE_A_IDLE: in omap_otg_irq()
962 case OTG_STATE_A_IDLE: in isp_update_otg()
994 if (state != OTG_STATE_A_IDLE) in isp_update_otg()
996 if (otg->host && state == OTG_STATE_A_IDLE) in isp_update_otg()
[all …]
Dphy-tahvo.c93 case OTG_STATE_A_IDLE: in check_vbus_state()
113 tu->phy.otg->state = OTG_STATE_A_IDLE; in check_vbus_state()
138 tu->phy.otg->state = OTG_STATE_A_IDLE; in tahvo_usb_become_host()
145 tu->phy.otg->state = OTG_STATE_A_IDLE; in tahvo_usb_stop_host()
Dphy-mv-usb.c349 mvotg->phy.otg->state = OTG_STATE_A_IDLE; in mv_otg_update_state()
357 case OTG_STATE_A_IDLE: in mv_otg_update_state()
396 mvotg->phy.otg->state = OTG_STATE_A_IDLE; in mv_otg_update_state()
450 case OTG_STATE_A_IDLE: in mv_otg_work()
550 && mvotg->phy.otg->state != OTG_STATE_A_IDLE) in set_a_bus_req()
Dphy-fsl-usb.c961 p_otg->phy.otg->state = OTG_STATE_A_IDLE; in usb_otg_start()
/linux-4.4.14/drivers/usb/musb/
Domap2430.c76 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_do_idle()
156 if (musb->xceiv->otg->state == OTG_STATE_A_IDLE) { in omap2430_musb_set_vbus()
269 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in omap_musb_set_mailbox()
Dda8xx.c214 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
251 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Dtusb6010.c473 case OTG_STATE_A_IDLE: in musb_do_idle()
592 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in tusb_musb_set_vbus()
595 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in tusb_musb_set_vbus()
734 case OTG_STATE_A_IDLE: in tusb_otg_ints()
Dam35x.c165 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
179 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Dux500.c59 if (musb->xceiv->otg->state == OTG_STATE_A_IDLE) { in ux500_musb_set_vbus()
Dmusb_dsps.c279 case OTG_STATE_A_IDLE: in otg_timer()
285 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Ddavinci.c254 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer()
Dblackfin.c244 case OTG_STATE_A_IDLE: in musb_conn_timer_handler()
Dsunxi.c115 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in sunxi_musb_work()
Dmusb_core.c638 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_stage0_irq()
2173 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_init_controller()
Dmusb_gadget.c2058 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_g_disconnect()
Dmusb_host.c2804 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in musb_host_setup()
/linux-4.4.14/include/linux/usb/
Dphy.h53 OTG_STATE_A_IDLE, enumerator
/linux-4.4.14/drivers/usb/chipidea/
Dotg_fsm.c563 ci->fsm.otg->state < OTG_STATE_A_IDLE) in ci_otg_fsm_work()
568 if (ci->fsm.otg->state == OTG_STATE_A_IDLE) { in ci_otg_fsm_work()
Dcore.c1100 if ((ci->fsm.otg->state == OTG_STATE_A_IDLE) && in ci_otg_fsm_suspend_for_srp()
1112 if ((ci->fsm.otg->state == OTG_STATE_A_IDLE) && in ci_otg_fsm_wakeup_by_srp()