Home
last modified time | relevance | path

Searched refs:next_otg_timer (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/chipidea/
Dotg_fsm.c224 if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_add_timer()
225 (ci->hr_timeouts[ci->next_otg_timer].tv64 > in ci_otg_add_timer()
227 ci->next_otg_timer = t; in ci_otg_add_timer()
249 if (ci->next_otg_timer == t) { in ci_otg_del_timer()
253 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
267 ci->next_otg_timer = next_timer; in ci_otg_del_timer()
377 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
397 ci->next_otg_timer = next_timer; in ci_otg_hrtimer_func()
788 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()
Dci.h216 enum otg_fsm_timer next_otg_timer; member