mmc_gpiod_request_ro
ret = mmc_gpiod_request_ro(host, "wp", 0, 0);
EXPORT_SYMBOL(mmc_gpiod_request_ro);
ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0);
status = mmc_gpiod_request_ro(mmc, NULL, 1, 0);
ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0);
ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0);
int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,