Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/common/
H A Dusb-otg-fsm.c64 otg_del_timer(fsm, B_SE0_SRP); in otg_leave_state()
78 otg_del_timer(fsm, B_ASE0_BRST); in otg_leave_state()
87 otg_del_timer(fsm, A_WAIT_VRISE); in otg_leave_state()
91 otg_del_timer(fsm, A_WAIT_BCON); in otg_leave_state()
95 otg_del_timer(fsm, A_WAIT_ENUM); in otg_leave_state()
98 otg_del_timer(fsm, A_AIDL_BDIS); in otg_leave_state()
103 otg_del_timer(fsm, A_BIDL_ADIS); in otg_leave_state()
109 otg_del_timer(fsm, A_WAIT_VFALL); in otg_leave_state()
111 otg_del_timer(fsm, A_WAIT_VRISE); in otg_leave_state()
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h288 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer() function