Home
last modified time | relevance | path

Searched refs:otg_timer_handlers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dotg_fsm.c365 static int (*otg_timer_handlers[])(struct ci_hdrc *) = { variable
400 if (otg_timer_handlers[cur_timer]) in ci_otg_hrtimer_func()
401 ret = otg_timer_handlers[cur_timer](ci); in ci_otg_hrtimer_func()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dotg_fsm.c365 static int (*otg_timer_handlers[])(struct ci_hdrc *) = { variable
400 if (otg_timer_handlers[cur_timer]) in ci_otg_hrtimer_func()
401 ret = otg_timer_handlers[cur_timer](ci); in ci_otg_hrtimer_func()

Completed in 3 milliseconds