mmc_gpiod_request_ro  261 drivers/mmc/core/host.c 	ret = mmc_gpiod_request_ro(host, "wp", 0, 0, NULL);
mmc_gpiod_request_ro  254 drivers/mmc/core/slot-gpio.c EXPORT_SYMBOL(mmc_gpiod_request_ro);
mmc_gpiod_request_ro 1183 drivers/mmc/host/davinci_mmc.c 	ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0, NULL);
mmc_gpiod_request_ro 1444 drivers/mmc/host/mmc_spi.c 	status = mmc_gpiod_request_ro(mmc, NULL, 1, 0, NULL);
mmc_gpiod_request_ro 2023 drivers/mmc/host/mmci.c 		ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0, NULL);
mmc_gpiod_request_ro  746 drivers/mmc/host/pxamci.c 		ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0, NULL);
mmc_gpiod_request_ro 1515 drivers/mmc/host/s3cmci.c 	ret = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0, NULL);
mmc_gpiod_request_ro 1386 drivers/mmc/host/sdhci-esdhc-imx.c 		err = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0, NULL);
mmc_gpiod_request_ro   21 include/linux/mmc/slot-gpio.h int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,