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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/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.c923 mod_timer(&host->ignore_timer, jiffies + HZ / 100);
1243 init_timer(&host->ignore_timer);
1244 host->ignore_timer.data = (unsigned long)host;
1245 host->ignore_timer.function = wbsd_reset_ignore;
1294 del_timer_sync(&host->ignore_timer);

Completed in 46 milliseconds