Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-fsl-usb.c293 otg_statemachine(&fsl_otg_dev->fsm); in a_wait_enum()
633 otg_statemachine(&otg_dev->fsm); in fsl_otg_set_host()
659 otg_statemachine(&otg_dev->fsm); in fsl_otg_set_peripheral()
725 otg_statemachine(&otg_dev->fsm); in fsl_otg_start_srp()
746 otg_statemachine(&otg_dev->fsm); in fsl_otg_start_hnp()
1133 otg_statemachine(&fsl_otg_dev->fsm); in fsl_otg_ioctl()
/drivers/usb/common/
Dusb-otg-fsm.c245 int otg_statemachine(struct otg_fsm *fsm) in otg_statemachine() function
368 EXPORT_SYMBOL_GPL(otg_statemachine);
/drivers/usb/chipidea/
Dotg_fsm.c584 if (otg_statemachine(&ci->fsm)) { in ci_otg_fsm_work()