otg_fsm_timer
enum otg_fsm_timer next_otg_timer;
static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t)
static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t)
enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS;
enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS;
static void ci_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
static void ci_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
static struct fsl_otg_timer *fsl_otg_get_timer(enum otg_fsm_timer t)
static void fsl_otg_fsm_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
static void fsl_otg_fsm_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer t)
void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
void (*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer)
static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer)