Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Dotg_fsm.c223 if (t >= NUM_OTG_FSM_TIMERS) in ci_otg_add_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()
276 if (next_timer != NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
394 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
403 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_hrtimer_func()
410 if (next_timer < NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
440 if (t < NUM_OTG_FSM_TIMERS) in ci_otg_fsm_add_timer()
449 if (t < NUM_OTG_FSM_TIMERS) in ci_otg_fsm_del_timer()
[all …]
A Dci.h223 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS];
/linux-6.3-rc2/include/linux/usb/
A Dotg-fsm.h45 NUM_OTG_FSM_TIMERS, enumerator

Completed in 7 milliseconds