Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Dotg_fsm.c232 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()
263 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer()
277 ci->next_otg_timer = next_timer; in ci_otg_del_timer()
394 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func()
414 ci->next_otg_timer = next_timer; in ci_otg_hrtimer_func()
826 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()
A Dci.h225 enum otg_fsm_timer next_otg_timer; member

Completed in 5 milliseconds