Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/phy/
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()
/Linux-v6.6/drivers/usb/common/
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);
/Linux-v6.6/include/linux/usb/
Dotg-fsm.h310 int otg_statemachine(struct otg_fsm *fsm);
/Linux-v6.6/drivers/usb/chipidea/
Dotg_fsm.c601 if (otg_statemachine(&ci->fsm)) { in ci_otg_fsm_work()