Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dwbsd.h184 struct timer_list ignore_timer; /* Ignore detection timer */ member
Dwbsd.c909 mod_timer(&host->ignore_timer, jiffies + HZ / 100); in wbsd_set_ios()
1229 init_timer(&host->ignore_timer); in wbsd_alloc_mmc()
1230 host->ignore_timer.data = (unsigned long)host; in wbsd_alloc_mmc()
1231 host->ignore_timer.function = wbsd_reset_ignore; in wbsd_alloc_mmc()
1280 del_timer_sync(&host->ignore_timer); in wbsd_free_mmc()