Searched refs:otg_fsm_timer (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/usb/ |
H A D | otg-fsm.h | 28 enum otg_fsm_timer { enum 198 void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer); 199 void (*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer); 280 static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_add_timer() 288 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer()
|
/linux/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 219 static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_add_timer() 246 static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_del_timer() 249 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer() 389 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func() 436 static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_add_timer() 445 static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_del_timer()
|