Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/common/
A Dusb-otg-fsm.c73 case OTG_STATE_B_PERIPHERAL: in otg_leave_state()
232 case OTG_STATE_B_PERIPHERAL: in otg_set_state()
350 otg_set_state(fsm, OTG_STATE_B_PERIPHERAL); in otg_statemachine()
359 case OTG_STATE_B_PERIPHERAL: in otg_statemachine()
373 otg_set_state(fsm, OTG_STATE_B_PERIPHERAL); in otg_statemachine()
380 otg_set_state(fsm, OTG_STATE_B_PERIPHERAL); in otg_statemachine()
A Dcommon.c56 [OTG_STATE_B_PERIPHERAL] = "b_peripheral", in usb_otg_state_string()
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-generic.c114 otg->state = OTG_STATE_B_PERIPHERAL; in nop_gpio_vbus_thread()
184 if (otg->state == OTG_STATE_B_PERIPHERAL) in nop_set_peripheral()
312 OTG_STATE_B_PERIPHERAL : OTG_STATE_B_IDLE; in usb_phy_generic_probe()
A Dphy-gpio-vbus-usb.c114 gpio_vbus->phy.otg->state = OTG_STATE_B_PERIPHERAL; in gpio_vbus_work()
208 if (phy->otg->state == OTG_STATE_B_PERIPHERAL) in gpio_vbus_set_power()
A Dphy-mv-usb.c340 mvotg->phy.otg->state = OTG_STATE_B_PERIPHERAL; in mv_otg_update_state()
342 case OTG_STATE_B_PERIPHERAL: in mv_otg_update_state()
426 if (old_state == OTG_STATE_B_PERIPHERAL) in mv_otg_work()
432 case OTG_STATE_B_PERIPHERAL: in mv_otg_work()
A Dphy-tahvo.c82 tu->phy.otg->state = OTG_STATE_B_PERIPHERAL; in check_vbus_state()
98 case OTG_STATE_B_PERIPHERAL: in check_vbus_state()
/linux-6.3-rc2/drivers/usb/musb/
A Dmusb_core.c607 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_otg_timer_func()
644 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_hnp_stop()
686 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_resume()
703 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_resume()
853 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_suspend()
909 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_connect()
965 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_disconnect()
974 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_disconnect()
1023 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_reset()
1027 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_reset()
[all …]
A Dmusb_gadget.c1527 case OTG_STATE_B_PERIPHERAL: in musb_gadget_wakeup()
1940 case OTG_STATE_B_PERIPHERAL: in musb_g_resume()
1965 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_g_suspend()
1967 case OTG_STATE_B_PERIPHERAL: in musb_g_suspend()
2024 case OTG_STATE_B_PERIPHERAL: in musb_g_disconnect()
2090 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_g_reset()
2093 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_g_reset()
/linux-6.3-rc2/drivers/usb/dwc2/
A Dcore_intr.c36 case OTG_STATE_B_PERIPHERAL: in dwc2_op_state_str()
103 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr()
702 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc_handle_gpwrdn_disc_det()
A Dgadget.c4251 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_ep_disable()
4669 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_pullup()
4713 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_hsotg_vbus_session()
5002 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_gadget_init()
A Dhcd.c2113 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init()
3185 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change()
4338 if (hsotg->op_state == OTG_STATE_B_PERIPHERAL) in _dwc2_hcd_suspend()
/linux-6.3-rc2/include/linux/usb/
A Dphy.h49 OTG_STATE_B_PERIPHERAL, enumerator
/linux-6.3-rc2/drivers/usb/chipidea/
A Dotg_fsm.c150 if (ci->fsm.otg->state == OTG_STATE_B_PERIPHERAL) { in b_bus_req_store()
669 case OTG_STATE_B_PERIPHERAL: in ci_otg_fsm_event()
A Dudc.c1966 } else if (ci->fsm.otg->state == OTG_STATE_B_PERIPHERAL) { in ci_udc_stop_for_otg_fsm()
/linux-6.3-rc2/drivers/phy/rockchip/
A Dphy-rockchip-inno-usb2.c587 rport->state = OTG_STATE_B_PERIPHERAL; in rockchip_usb2phy_otg_sm_work()
602 rport->state = OTG_STATE_B_PERIPHERAL; in rockchip_usb2phy_otg_sm_work()
633 case OTG_STATE_B_PERIPHERAL: in rockchip_usb2phy_otg_sm_work()

Completed in 39 milliseconds