Home
last modified time | relevance | path

Searched refs:otg_add_timer (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/usb/common/
Dusb-otg-fsm.c220 otg_add_timer(fsm, B_SE0_SRP); in otg_set_state()
226 otg_add_timer(fsm, B_SRP_FAIL); in otg_set_state()
239 otg_add_timer(fsm, B_ASE0_BRST); in otg_set_state()
264 otg_add_timer(fsm, A_WAIT_VRISE); in otg_set_state()
271 otg_add_timer(fsm, A_WAIT_BCON); in otg_set_state()
283 otg_add_timer(fsm, A_WAIT_ENUM); in otg_set_state()
291 otg_add_timer(fsm, A_AIDL_BDIS); in otg_set_state()
299 otg_add_timer(fsm, A_BIDL_ADIS); in otg_set_state()
306 otg_add_timer(fsm, A_WAIT_VFALL); in otg_set_state()
/Linux-v5.10/include/linux/usb/
Dotg-fsm.h292 static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_add_timer() function