Home
last modified time | relevance | path

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

/linux/drivers/usb/common/
H 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()
/linux/include/linux/usb/
H A Dphy.h49 OTG_STATE_B_PERIPHERAL, enumerator
/linux/drivers/usb/chipidea/
H 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()
/linux/drivers/usb/dwc2/
H A Dgadget.c4263 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_ep_disable()
4679 if (hsotg->op_state != OTG_STATE_B_PERIPHERAL) { in dwc2_hsotg_pullup()
4723 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_hsotg_vbus_session()
5012 hsotg->op_state = OTG_STATE_B_PERIPHERAL; in dwc2_gadget_init()
H A Dhcd.c2113 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()