Searched refs:mmc_detect_change (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mmc/
H A Dhost.h147 extern void mmc_detect_change(struct mmc_host *, unsigned long delay);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c493 * mmc_detect_change - process change of state on a MMC socket
500 void mmc_detect_change(struct mmc_host *host, unsigned long delay) function
512 EXPORT_SYMBOL(mmc_detect_change); variable
611 mmc_detect_change(host, 0);
720 mmc_detect_change(host, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.c461 mmc_detect_change(host->mmc, 0);
H A Dpxamci.c399 mmc_detect_change(devid, host->pdata->detect_delay);
H A Dat91_mci.c753 mmc_detect_change(host->mmc, msecs_to_jiffies(100));
H A Dau1xmmc.c815 mmc_detect_change(host->mmc, 0);
H A Dimxmmc.c776 mmc_detect_change(host->mmc, msecs_to_jiffies(100));
H A Domap.c582 mmc_detect_change(host->mmc, 0);
H A Dsdhci.c813 mmc_detect_change(host->mmc, msecs_to_jiffies(500));
H A Dwbsd.c1063 mmc_detect_change(host->mmc, msecs_to_jiffies(delay));

Completed in 203 milliseconds