Home
last modified time | relevance | path

Searched refs:OTG_STATE_B_PERIPHERAL (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/usb/common/
Dusb-otg-fsm.c80 case OTG_STATE_B_PERIPHERAL: in otg_leave_state()
151 case OTG_STATE_B_PERIPHERAL: in otg_set_state()
266 otg_set_state(fsm, OTG_STATE_B_PERIPHERAL); in otg_statemachine()
275 case OTG_STATE_B_PERIPHERAL: in otg_statemachine()
289 otg_set_state(fsm, OTG_STATE_B_PERIPHERAL); in otg_statemachine()
296 otg_set_state(fsm, OTG_STATE_B_PERIPHERAL); in otg_statemachine()
Dcommon.c34 [OTG_STATE_B_PERIPHERAL] = "b_peripheral", in usb_otg_state_string()
/linux-4.1.27/drivers/usb/phy/
Dphy-isp1301-omap.c428 state = OTG_STATE_B_PERIPHERAL; in check_state()
553 case OTG_STATE_B_PERIPHERAL: in otg_update_isp()
632 isp->phy.otg->state = OTG_STATE_B_PERIPHERAL; in otg_update_isp()
694 isp->phy.otg->state = OTG_STATE_B_PERIPHERAL; in omap_otg_irq()
939 isp->phy.otg->state = OTG_STATE_B_PERIPHERAL; in b_peripheral()
986 case OTG_STATE_B_PERIPHERAL: in isp_update_otg()
1034 case OTG_STATE_B_PERIPHERAL: in isp_update_otg()
1405 if (dev->otg->state == OTG_STATE_B_PERIPHERAL) in isp1301_set_power()
1456 isp->phy.otg->state = OTG_STATE_B_PERIPHERAL; in isp1301_start_hnp()
Dphy-msm-usb.c762 pdata->setup_gpio(OTG_STATE_B_PERIPHERAL); in msm_otg_start_peripheral()
788 if (otg->state == OTG_STATE_B_PERIPHERAL) { in msm_otg_set_peripheral()
1196 = OTG_STATE_B_PERIPHERAL; in msm_otg_sm_work()
1203 = OTG_STATE_B_PERIPHERAL; in msm_otg_sm_work()
1230 case OTG_STATE_B_PERIPHERAL: in msm_otg_sm_work()
1304 case OTG_STATE_B_PERIPHERAL: in msm_otg_mode_show()
1352 case OTG_STATE_B_PERIPHERAL: in msm_otg_mode_write()
1374 case OTG_STATE_B_PERIPHERAL: in msm_otg_mode_write()
Dphy-gpio-vbus-usb.c124 gpio_vbus->phy.otg->state = OTG_STATE_B_PERIPHERAL; in gpio_vbus_work()
223 if (phy->otg->state == OTG_STATE_B_PERIPHERAL) in gpio_vbus_set_power()
Dphy-mv-usb.c351 mvotg->phy.otg->state = OTG_STATE_B_PERIPHERAL; in mv_otg_update_state()
353 case OTG_STATE_B_PERIPHERAL: in mv_otg_update_state()
439 if (old_state == OTG_STATE_B_PERIPHERAL) in mv_otg_work()
445 case OTG_STATE_B_PERIPHERAL: in mv_otg_work()
Dphy-tahvo.c89 tu->phy.otg->state = OTG_STATE_B_PERIPHERAL; in check_vbus_state()
105 case OTG_STATE_B_PERIPHERAL: in check_vbus_state()
Dphy-generic.c119 otg->state = OTG_STATE_B_PERIPHERAL; in nop_gpio_vbus_thread()
Dphy-fsl-usb.c650 if (phy->otg->state == OTG_STATE_B_PERIPHERAL) in fsl_otg_set_power()
/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c65 case OTG_STATE_B_PERIPHERAL: in dwc2_op_state_str()
135 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr()
Dcore.c473 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init()
Dhcd.c1381 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change()
/linux-4.1.27/drivers/usb/musb/
Dmusb_core.c452 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_otg_timer_func()
491 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_hnp_stop()
561 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
578 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
727 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
784 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
840 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
850 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
901 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
905 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
[all …]
Dmusb_gadget.c1550 case OTG_STATE_B_PERIPHERAL: in musb_gadget_wakeup()
1935 case OTG_STATE_B_PERIPHERAL: in musb_g_resume()
1960 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_g_suspend()
1962 case OTG_STATE_B_PERIPHERAL: in musb_g_suspend()
2019 case OTG_STATE_B_PERIPHERAL: in musb_g_disconnect()
2084 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
2087 musb->xceiv->otg->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
/linux-4.1.27/include/linux/usb/
Dphy.h46 OTG_STATE_B_PERIPHERAL, enumerator
/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c636 case OTG_STATE_B_PERIPHERAL: in ci_otg_fsm_event()
Dudc.c1742 } else if (ci->fsm.otg->state == OTG_STATE_B_PERIPHERAL) { in ci_udc_stop_for_otg_fsm()