Home
last modified time | relevance | path

Searched refs:mmc_gpiod_request_ro (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/mmc/
Dslot-gpio.h26 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
/linux-4.1.27/drivers/mmc/core/
Dslot-gpio.c276 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function
305 EXPORT_SYMBOL(mmc_gpiod_request_ro);
Dhost.c397 ret = mmc_gpiod_request_ro(host, "wp", 0, false, 0, &ro_gpio_invert); in mmc_of_parse()
/linux-4.1.27/drivers/mmc/host/
Dmmci.c1701 ret = mmc_gpiod_request_ro(mmc, "wp", 0, false, 0, NULL); in mmci_probe()