Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dam35x.c138 static struct timer_list otg_workaround; variable
181 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer()
206 del_timer(&otg_workaround); in am35x_musb_try_idle()
211 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { in am35x_musb_try_idle()
220 mod_timer(&otg_workaround, timeout); in am35x_musb_try_idle()
305 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt()
312 del_timer(&otg_workaround); in am35x_musb_interrupt()
347 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt()
399 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); in am35x_musb_init()
437 del_timer_sync(&otg_workaround); in am35x_musb_exit()