otg_fsm_timer     220 drivers/usb/chipidea/ci.h 	enum otg_fsm_timer		next_otg_timer;
otg_fsm_timer     219 drivers/usb/chipidea/otg_fsm.c static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t)
otg_fsm_timer     246 drivers/usb/chipidea/otg_fsm.c static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t)
otg_fsm_timer     249 drivers/usb/chipidea/otg_fsm.c 	enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS;
otg_fsm_timer     387 drivers/usb/chipidea/otg_fsm.c 	enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS;
otg_fsm_timer     434 drivers/usb/chipidea/otg_fsm.c static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm_timer     443 drivers/usb/chipidea/otg_fsm.c static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm_timer     358 drivers/usb/phy/phy-fsl-usb.c static struct fsl_otg_timer *fsl_otg_get_timer(enum otg_fsm_timer t)
otg_fsm_timer     411 drivers/usb/phy/phy-fsl-usb.c static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm_timer     433 drivers/usb/phy/phy-fsl-usb.c static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
otg_fsm_timer     210 include/linux/usb/otg-fsm.h 	void	(*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
otg_fsm_timer     211 include/linux/usb/otg-fsm.h 	void	(*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
otg_fsm_timer     292 include/linux/usb/otg-fsm.h static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer)
otg_fsm_timer     300 include/linux/usb/otg-fsm.h static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer)