Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dotg_fsm.c223 if (t >= NUM_OTG_FSM_TIMERS) in ci_otg_add_timer()
232 if ((ci->next_otg_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_add_timer()
249 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
251 if ((t >= NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
263 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
268 NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
269 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
276 if (next_timer != NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
389 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
394 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
[all …]
/linux/include/linux/usb/
H A Dotg-fsm.h45 NUM_OTG_FSM_TIMERS, enumerator