Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c241 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer() local
257 for_each_set_bit(cur_timer, &enabled_timer_bits, in ci_otg_del_timer()
261 ci->hr_timeouts[cur_timer].tv64)) in ci_otg_del_timer()
262 next_timer = cur_timer; in ci_otg_del_timer()
372 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func() local
380 for_each_set_bit(cur_timer, &enabled_timer_bits, NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
381 if (now.tv64 >= ci->hr_timeouts[cur_timer].tv64) { in ci_otg_hrtimer_func()
382 ci->enabled_otg_timer_bits &= ~(1 << cur_timer); in ci_otg_hrtimer_func()
383 if (otg_timer_handlers[cur_timer]) in ci_otg_hrtimer_func()
384 ret = otg_timer_handlers[cur_timer](ci); in ci_otg_hrtimer_func()
[all …]