Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mmc/
Dslot-gpio.h29 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c310 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function
336 EXPORT_SYMBOL(mmc_gpiod_request_ro);
Dhost.c263 ret = mmc_gpiod_request_ro(host, "wp", 0, false, 0, &ro_gpio_invert); in mmc_of_parse()
/Linux-v4.19/drivers/mmc/host/
Ddavinci_mmc.c1196 ret = mmc_gpiod_request_ro(mmc, "wp", 0, false, 0, NULL); in mmc_davinci_parse_pdata()
Dmmci.c1766 ret = mmc_gpiod_request_ro(mmc, "wp", 0, false, 0, NULL); in mmci_probe()