Searched refs:otg_del_timer (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/usb/common/ |
D | usb-otg-fsm.c | 64 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()
|
/linux-6.1.9/include/linux/usb/ |
D | otg-fsm.h | 288 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer() function
|