Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dam35x.c137 static struct timer_list otg_workaround; variable
180 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer()
205 del_timer(&otg_workaround); in am35x_musb_try_idle()
210 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { in am35x_musb_try_idle()
219 mod_timer(&otg_workaround, timeout); in am35x_musb_try_idle()
304 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt()
311 del_timer(&otg_workaround); in am35x_musb_interrupt()
346 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt()
398 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); in am35x_musb_init()
436 del_timer_sync(&otg_workaround); in am35x_musb_exit()