Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/otg/
Disp1301_omap.c250 case OTG_STATE_B_PERIPHERAL: return "b_peripheral"; in state_string()
452 state = OTG_STATE_B_PERIPHERAL; in check_state()
576 case OTG_STATE_B_PERIPHERAL: in otg_update_isp()
655 isp->otg.state = OTG_STATE_B_PERIPHERAL; in otg_update_isp()
716 isp->otg.state = OTG_STATE_B_PERIPHERAL; in omap_otg_irq()
963 isp->otg.state = OTG_STATE_B_PERIPHERAL; in b_peripheral()
1009 case OTG_STATE_B_PERIPHERAL: in isp_update_otg()
1057 case OTG_STATE_B_PERIPHERAL: in isp_update_otg()
1426 if (dev->state == OTG_STATE_B_PERIPHERAL) in isp1301_set_power()
1479 isp->otg.state = OTG_STATE_B_PERIPHERAL; in isp1301_start_hnp()
Dmsm_otg.c507 pdata->setup_gpio(OTG_STATE_B_PERIPHERAL); in msm_otg_start_peripheral()
533 if (otg->state == OTG_STATE_B_PERIPHERAL) { in msm_otg_set_peripheral()
632 otg->state = OTG_STATE_B_PERIPHERAL; in msm_otg_sm_work()
636 case OTG_STATE_B_PERIPHERAL: in msm_otg_sm_work()
707 case OTG_STATE_B_PERIPHERAL: in msm_otg_mode_show()
755 case OTG_STATE_B_PERIPHERAL: in msm_otg_mode_write()
777 case OTG_STATE_B_PERIPHERAL: in msm_otg_mode_write()
Dgpio_vbus.c110 gpio_vbus->otg.state = OTG_STATE_B_PERIPHERAL; in gpio_vbus_work()
197 if (otg->state == OTG_STATE_B_PERIPHERAL) in gpio_vbus_set_power()
Dlangwell_otg.c108 case OTG_STATE_B_PERIPHERAL: in state_string()
998 iotg->otg.state = OTG_STATE_B_PERIPHERAL; in langwell_otg_work()
1049 iotg->otg.state = OTG_STATE_B_PERIPHERAL; in langwell_otg_work()
1054 case OTG_STATE_B_PERIPHERAL: in langwell_otg_work()
1176 iotg->otg.state = OTG_STATE_B_PERIPHERAL; in langwell_otg_work()
1230 iotg->otg.state = OTG_STATE_B_PERIPHERAL; in langwell_otg_work()
2299 case OTG_STATE_B_PERIPHERAL: in langwell_otg_suspend()
/linux-2.6.39/drivers/usb/musb/
Dmusb_core.c349 case OTG_STATE_B_PERIPHERAL: return "b_peripheral"; in otg_state_string()
371 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_otg_timer_func()
406 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_hnp_stop()
488 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
509 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
661 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
728 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
791 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
803 case OTG_STATE_B_PERIPHERAL: in musb_stage0_irq()
862 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_stage0_irq()
[all …]
Dmusb_gadget.c1524 case OTG_STATE_B_PERIPHERAL: in musb_gadget_wakeup()
2030 case OTG_STATE_B_PERIPHERAL: in musb_g_resume()
2055 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_g_suspend()
2057 case OTG_STATE_B_PERIPHERAL: in musb_g_suspend()
2116 case OTG_STATE_B_PERIPHERAL: in musb_g_disconnect()
2174 musb->xceiv->state = OTG_STATE_B_PERIPHERAL; in musb_g_reset()
/linux-2.6.39/include/linux/usb/
Dotg.h21 OTG_STATE_B_PERIPHERAL, enumerator
/linux-2.6.39/drivers/power/
Dpda_power.c225 return (transceiver->state == OTG_STATE_B_PERIPHERAL); in otg_is_usb_online()