Searched refs:next_otg_timer (Results 1 – 2 of 2) sorted by relevance
232 if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_add_timer()233 ktime_after(ci->hr_timeouts[ci->next_otg_timer], in ci_otg_add_timer()235 ci->next_otg_timer = t; in ci_otg_add_timer()257 if (ci->next_otg_timer == t) { in ci_otg_del_timer()263 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()277 ci->next_otg_timer = next_timer; in ci_otg_del_timer()394 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()414 ci->next_otg_timer = next_timer; in ci_otg_hrtimer_func()819 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()
221 enum otg_fsm_timer next_otg_timer; member