Home
last modified time | relevance | path

Searched refs:otg_fsm_timer (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/usb/
H A Dotg-fsm.h28 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 Dotg_fsm.c199 * by enum otg_fsm_timer in include/linux/usb/otg-fsm.h
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()
363 * by enum otg_fsm_timer in include/linux/usb/otg-fsm.h
389 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
435 static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_add_timer()
444 static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in ci_otg_fsm_del_timer()
H A Dci.h228 enum otg_fsm_timer next_otg_timer;
/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c359 static struct fsl_otg_timer *fsl_otg_get_timer(enum otg_fsm_timer t) in fsl_otg_get_timer()
412 static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_add_timer()
434 static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t) in fsl_otg_fsm_del_timer()