Searched refs:otg_del_timer (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/common/ |
D | usb-otg-fsm.c | 71 otg_del_timer(fsm, B_SE0_SRP); in otg_leave_state() 83 otg_del_timer(fsm, B_ASE0_BRST); in otg_leave_state() 92 otg_del_timer(fsm, A_WAIT_VRISE); in otg_leave_state() 96 otg_del_timer(fsm, A_WAIT_BCON); in otg_leave_state() 100 otg_del_timer(fsm, A_WAIT_ENUM); in otg_leave_state() 103 otg_del_timer(fsm, A_AIDL_BDIS); in otg_leave_state() 108 otg_del_timer(fsm, A_BIDL_ADIS); in otg_leave_state() 112 otg_del_timer(fsm, A_WAIT_VFALL); in otg_leave_state() 114 otg_del_timer(fsm, A_WAIT_VRISE); in otg_leave_state()
|
/linux-4.4.14/include/linux/usb/ |
D | otg-fsm.h | 222 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer() function
|