Searched refs:ignore_timer (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Dwbsd.h184 struct timer_list ignore_timer; /* Ignore detection timer */ member in struct:wbsd_host
H A Dwbsd.c910 mod_timer(&host->ignore_timer, jiffies + HZ / 100);
1230 init_timer(&host->ignore_timer);
1231 host->ignore_timer.data = (unsigned long)host;
1232 host->ignore_timer.function = wbsd_reset_ignore;
1281 del_timer_sync(&host->ignore_timer);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Dwbsd.h184 struct timer_list ignore_timer; /* Ignore detection timer */ member in struct:wbsd_host
H A Dwbsd.c910 mod_timer(&host->ignore_timer, jiffies + HZ / 100);
1230 init_timer(&host->ignore_timer);
1231 host->ignore_timer.data = (unsigned long)host;
1232 host->ignore_timer.function = wbsd_reset_ignore;
1281 del_timer_sync(&host->ignore_timer);

Completed in 70 milliseconds