Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c349 static int (*otg_timer_handlers[])(struct ci_hdrc *) = { variable
383 if (otg_timer_handlers[cur_timer]) in ci_otg_hrtimer_func()
384 ret = otg_timer_handlers[cur_timer](ci); in ci_otg_hrtimer_func()