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()261 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()275 ci->next_otg_timer = next_timer; in ci_otg_del_timer()392 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()412 ci->next_otg_timer = next_timer; in ci_otg_hrtimer_func()817 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()
220 enum otg_fsm_timer next_otg_timer; member