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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dblackfin.h59 static struct timer_list musb_conn_timer; variable in typeref:struct:timer_list
H A Dblackfin.c176 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
222 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
268 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY / 4);
283 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
313 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
386 setup_timer(&musb_conn_timer,

Completed in 105 milliseconds