Searched refs:otg_workaround (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/musb/ |
D | da8xx.c | 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() [all …]
|
D | am35x.c | 137 static struct timer_list otg_workaround; variable 177 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer() 199 del_timer(&otg_workaround); in am35x_musb_try_idle() 204 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { in am35x_musb_try_idle() 213 mod_timer(&otg_workaround, timeout); in am35x_musb_try_idle() 282 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt() 289 del_timer(&otg_workaround); in am35x_musb_interrupt() 328 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt() 369 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); in am35x_musb_init() 399 del_timer_sync(&otg_workaround); in am35x_musb_exit()
|
D | davinci.c | 203 static struct timer_list otg_workaround; variable 228 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer() 252 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer() 329 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in davinci_musb_interrupt() 336 del_timer(&otg_workaround); in davinci_musb_interrupt() 365 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in davinci_musb_interrupt() 397 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); in davinci_musb_init() 447 del_timer_sync(&otg_workaround); in davinci_musb_exit()
|