Searched refs:OTG_STATE_B_PERIPHERAL (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/usb/common/ |
| H A D | usb-otg-fsm.c | 73 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()
|
| H A D | common.c | 63 [OTG_STATE_B_PERIPHERAL] = "b_peripheral", in usb_otg_state_string()
|
| /linux-6.15/drivers/usb/phy/ |
| H A D | phy-generic.c | 114 otg->state = OTG_STATE_B_PERIPHERAL; in nop_gpio_vbus_thread() 179 if (otg->state == OTG_STATE_B_PERIPHERAL) in nop_set_peripheral() 308 OTG_STATE_B_PERIPHERAL : OTG_STATE_B_IDLE; in usb_phy_generic_probe()
|
| H A D | phy-gpio-vbus-usb.c | 114 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()
|
| H A D | phy-mv-usb.c | 341 mvotg->phy.otg->state = OTG_STATE_B_PERIPHERAL; in mv_otg_update_state() 343 case OTG_STATE_B_PERIPHERAL: in mv_otg_update_state() 427 if (old_state == OTG_STATE_B_PERIPHERAL) in mv_otg_work() 433 case OTG_STATE_B_PERIPHERAL: in mv_otg_work()
|
| H A D | phy-tahvo.c | 83 tu->phy.otg->state = OTG_STATE_B_PERIPHERAL; in check_vbus_state() 99 case OTG_STATE_B_PERIPHERAL: in check_vbus_state()
|
| /linux-6.15/drivers/usb/musb/ |
| H A D | musb_core.c | 608 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_otg_timer_func() 645 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_hnp_stop() 687 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_resume() 704 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_resume() 854 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_suspend() 910 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_connect() 966 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_disconnect() 975 case OTG_STATE_B_PERIPHERAL: in musb_handle_intr_disconnect() 1024 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_reset() 1028 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_handle_intr_reset() [all …]
|
| H A D | musb_gadget.c | 1526 case OTG_STATE_B_PERIPHERAL: in musb_gadget_wakeup() 1935 case OTG_STATE_B_PERIPHERAL: in musb_g_resume() 1960 musb_set_state(musb, 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() 2085 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_g_reset() 2088 musb_set_state(musb, OTG_STATE_B_PERIPHERAL); in musb_g_reset()
|
| /linux-6.15/drivers/usb/dwc2/ |
| H A D | core_intr.c | 36 case OTG_STATE_B_PERIPHERAL: in dwc2_op_state_str() 118 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_handle_otg_intr() 746 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc_handle_gpwrdn_disc_det()
|
| H A D | gadget.c | 4263 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_ep_disable() 4680 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_pullup() 4724 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_hsotg_vbus_session() 5013 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_gadget_init()
|
| H A D | hcd.c | 2113 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_core_init() 3191 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_conn_id_status_change() 4342 if (hsotg->op_state == OTG_STATE_B_PERIPHERAL) in _dwc2_hcd_suspend()
|
| /linux-6.15/include/linux/usb/ |
| H A D | phy.h | 49 OTG_STATE_B_PERIPHERAL, enumerator
|
| /linux-6.15/drivers/usb/chipidea/ |
| H A D | otg_fsm.c | 150 if (ci->fsm.otg->state == OTG_STATE_B_PERIPHERAL) { in b_bus_req_store() 668 case OTG_STATE_B_PERIPHERAL: in ci_otg_fsm_event()
|
| H A D | udc.c | 2146 } else if (ci->fsm.otg->state == OTG_STATE_B_PERIPHERAL) { in ci_udc_stop_for_otg_fsm()
|
| /linux-6.15/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 701 rport->state = OTG_STATE_B_PERIPHERAL; in rockchip_usb2phy_otg_sm_work() 716 rport->state = OTG_STATE_B_PERIPHERAL; in rockchip_usb2phy_otg_sm_work() 747 case OTG_STATE_B_PERIPHERAL: in rockchip_usb2phy_otg_sm_work()
|