mmc_detect_change  172 arch/mips/alchemy/devboards/db1000.c 	mmc_cd = symbol_get(mmc_detect_change);
mmc_detect_change  174 arch/mips/alchemy/devboards/db1000.c 	symbol_put(mmc_detect_change);
mmc_detect_change  346 arch/mips/alchemy/devboards/db1200.c 	mmc_cd = symbol_get(mmc_detect_change);
mmc_detect_change  349 arch/mips/alchemy/devboards/db1200.c 		symbol_put(mmc_detect_change);
mmc_detect_change  437 arch/mips/alchemy/devboards/db1200.c 	mmc_cd = symbol_get(mmc_detect_change);
mmc_detect_change  440 arch/mips/alchemy/devboards/db1200.c 		symbol_put(mmc_detect_change);
mmc_detect_change  467 arch/mips/alchemy/devboards/db1300.c 	mmc_cd = symbol_get(mmc_detect_change);
mmc_detect_change  469 arch/mips/alchemy/devboards/db1300.c 	symbol_put(mmc_detect_change);
mmc_detect_change 1500 drivers/mmc/core/core.c EXPORT_SYMBOL(mmc_detect_change);
mmc_detect_change 2229 drivers/mmc/core/core.c 		mmc_detect_change(host, msecs_to_jiffies(200));
mmc_detect_change   36 drivers/mmc/core/slot-gpio.c 	mmc_detect_change(host, msecs_to_jiffies(ctx->cd_debounce_delay_ms));
mmc_detect_change  566 drivers/mmc/host/alcor.c 	mmc_detect_change(mmc_from_priv(host), msecs_to_jiffies(1));
mmc_detect_change  338 drivers/mmc/host/android-goldfish.c 		mmc_detect_change(mmc_from_priv(host), 0);
mmc_detect_change 1712 drivers/mmc/host/atmel-mci.c 		mmc_detect_change(slot->mmc, 0);
mmc_detect_change  636 drivers/mmc/host/cb710-mmc.c 			mmc_detect_change(mmc, HZ/5);
mmc_detect_change 2610 drivers/mmc/host/dw_mmc.c 	mmc_detect_change(slot->mmc,
mmc_detect_change 1279 drivers/mmc/host/mmc_spi.c 	mmc_detect_change(mmc, msecs_to_jiffies(delay_msec));
mmc_detect_change 1441 drivers/mmc/host/mmc_spi.c 	mmc_detect_change(mmc, 0);
mmc_detect_change  482 drivers/mmc/host/moxart-mmc.c 		mmc_detect_change(host->mmc, 0);
mmc_detect_change 1446 drivers/mmc/host/mtk-sd.c 				mmc_detect_change(host->mmc, msecs_to_jiffies(20));
mmc_detect_change  750 drivers/mmc/host/mxcmmc.c 		mmc_detect_change(host->mmc, msecs_to_jiffies(200));
mmc_detect_change  894 drivers/mmc/host/mxcmmc.c 	mmc_detect_change(mmc, msecs_to_jiffies(250));
mmc_detect_change  886 drivers/mmc/host/omap.c 	mmc_detect_change(slot->mmc, 0);
mmc_detect_change  566 drivers/mmc/host/pxamci.c 	mmc_detect_change(devid, msecs_to_jiffies(host->detect_delay_ms));
mmc_detect_change 1370 drivers/mmc/host/rtsx_pci_sdmmc.c 	mmc_detect_change(host->mmc, 0);
mmc_detect_change 1437 drivers/mmc/host/rtsx_usb_sdmmc.c 		mmc_detect_change(host->mmc, 0);
mmc_detect_change  349 drivers/mmc/host/sdhci-pci-core.c 	mmc_detect_change(host->mmc, msecs_to_jiffies(200));
mmc_detect_change 3192 drivers/mmc/host/sdhci.c 		mmc_detect_change(mmc, msecs_to_jiffies(200));
mmc_detect_change  598 drivers/mmc/host/tmio_mmc_core.c 			mmc_detect_change(host->mmc, msecs_to_jiffies(100));
mmc_detect_change  371 drivers/mmc/host/toshsd.c 		mmc_detect_change(host->mmc, 1);
mmc_detect_change 1657 drivers/mmc/host/usdhi6rol0.c 		mmc_detect_change(mmc, msecs_to_jiffies(100));
mmc_detect_change  190 drivers/mmc/host/ushc.c 		mmc_detect_change(ushc->mmc, msecs_to_jiffies(100));
mmc_detect_change 1017 drivers/mmc/host/via-sdmmc.c 	mmc_detect_change(host->mmc, msecs_to_jiffies(500));
mmc_detect_change  519 drivers/mmc/host/vub300.c 		mmc_detect_change(vub300->mmc, 1);
mmc_detect_change  523 drivers/mmc/host/vub300.c 		mmc_detect_change(vub300->mmc, 0);
mmc_detect_change 1034 drivers/mmc/host/wbsd.c 		mmc_detect_change(host->mmc, msecs_to_jiffies(delay));
mmc_detect_change  388 drivers/mmc/host/wmt-sdmmc.c 		mmc_detect_change(priv->mmc, 0);
mmc_detect_change  199 drivers/staging/greybus/sdio.c 		mmc_detect_change(host->mmc, 0);
mmc_detect_change  494 include/linux/mmc/host.h void mmc_detect_change(struct mmc_host *, unsigned long delay);