Lines Matching refs:otg_workaround
186 static struct timer_list otg_workaround; variable
226 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer()
249 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer()
271 del_timer(&otg_workaround); in da8xx_musb_try_idle()
276 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { in da8xx_musb_try_idle()
285 mod_timer(&otg_workaround, timeout); in da8xx_musb_try_idle()
345 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in da8xx_musb_interrupt()
352 del_timer(&otg_workaround); in da8xx_musb_interrupt()
379 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in da8xx_musb_interrupt()
428 setup_timer(&otg_workaround, otg_timer, (unsigned long)musb); in da8xx_musb_init()
451 del_timer_sync(&otg_workaround); in da8xx_musb_exit()