Home
last modified time | relevance | path

Searched refs:next_otg_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H 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()
819 ci->next_otg_timer = NUM_OTG_FSM_TIMERS; in ci_hdrc_otg_fsm_init()
H A Dci.h172 * @next_otg_timer: next nearest enabled timer to be expired
222 enum otg_fsm_timer next_otg_timer; member
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H 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()
H A Dci.h177 * @next_otg_timer: next nearest enabled timer to be expired
227 enum otg_fsm_timer next_otg_timer; member

Completed in 5 milliseconds