Searched refs:POLL_SECONDS (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/musb/ |
D | da8xx.c | 184 #define POLL_SECONDS 2 macro 226 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer() 249 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer() 345 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in da8xx_musb_interrupt() 379 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in da8xx_musb_interrupt()
|
D | davinci.c | 201 #define POLL_SECONDS 2 macro 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() 365 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in davinci_musb_interrupt()
|
D | am35x.c | 135 #define POLL_SECONDS 2 macro 177 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in otg_timer() 282 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt() 328 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ); in am35x_musb_interrupt()
|