Searched refs:busclk_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/mmc/host/
H A Dmsm_sdcc.h217 struct timer_list busclk_timer; member in struct:msmsdcc_host
H A Dmsm_sdcc.c73 mod_timer(&host->busclk_timer, jiffies + BUSCLK_TIMEOUT);
75 del_timer_sync(&host->busclk_timer);
92 del_timer_sync(&host->busclk_timer);
1220 init_timer(&host->busclk_timer);
1221 host->busclk_timer.data = (unsigned long) host;
1222 host->busclk_timer.function = msmsdcc_busclk_expired;

Completed in 110 milliseconds