Home
last modified time | relevance | path

Searched refs:otg_statemachine (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c274 otg_statemachine(&fsl_otg_dev->fsm); in a_wait_enum()
593 otg_statemachine(&otg_dev->fsm); in fsl_otg_set_host()
619 otg_statemachine(&otg_dev->fsm); in fsl_otg_set_peripheral()
674 otg_statemachine(&otg_dev->fsm); in fsl_otg_start_srp()
695 otg_statemachine(&otg_dev->fsm); in fsl_otg_start_hnp()
/openbmc/linux/drivers/usb/common/
H A Dusb-otg-fsm.c184 otg_statemachine(fsm); in otg_hnp_polling_work()
328 int otg_statemachine(struct otg_fsm *fsm) in otg_statemachine() function
451 EXPORT_SYMBOL_GPL(otg_statemachine);
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h310 int otg_statemachine(struct otg_fsm *fsm);
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c601 if (otg_statemachine(&ci->fsm)) { in ci_otg_fsm_work()