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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Ddavinci.c196 static struct timer_list otg_workaround; variable in typeref:struct:timer_list
220 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
235 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
302 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
309 del_timer(&otg_workaround);
339 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
372 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb);
430 del_timer_sync(&otg_workaround);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Ddavinci.c196 static struct timer_list otg_workaround; variable in typeref:struct:timer_list
220 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
235 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
302 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
309 del_timer(&otg_workaround);
339 mod_timer(&otg_workaround, jiffies + POLL_SECONDS * HZ);
372 setup_timer(&otg_workaround, otg_timer, (unsigned long) musb);
430 del_timer_sync(&otg_workaround);

Completed in 161 milliseconds