mmc_gpiod_request_cd  233 drivers/mmc/core/host.c 		ret = mmc_gpiod_request_cd(host, "cd", 0, false,
mmc_gpiod_request_cd  205 drivers/mmc/core/slot-gpio.c EXPORT_SYMBOL(mmc_gpiod_request_cd);
mmc_gpiod_request_cd 1177 drivers/mmc/host/davinci_mmc.c 	ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd 1429 drivers/mmc/host/mmc_spi.c 	status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1, NULL);
mmc_gpiod_request_cd 2019 drivers/mmc/host/mmci.c 		ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd  737 drivers/mmc/host/pxamci.c 		ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd 1508 drivers/mmc/host/s3cmci.c 	ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd  774 drivers/mmc/host/sdhci-acpi.c 		err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0, NULL);
mmc_gpiod_request_cd 1397 drivers/mmc/host/sdhci-esdhc-imx.c 		err = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd 1996 drivers/mmc/host/sdhci-pci-core.c 		ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx,
mmc_gpiod_request_cd 1999 drivers/mmc/host/sdhci-pci-core.c 			ret = mmc_gpiod_request_cd(host->mmc, NULL,
mmc_gpiod_request_cd  197 drivers/mmc/host/sdhci-sirf.c 	ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd  101 drivers/mmc/host/sdhci-spear.c 	ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd 1183 drivers/mmc/host/tmio_mmc_core.c 	ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL);
mmc_gpiod_request_cd   18 include/linux/mmc/slot-gpio.h int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,