Searched refs:mmc_gpiod_request_ro (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/mmc/ |
D | slot-gpio.h | 29 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
/Linux-v4.19/drivers/mmc/core/ |
D | slot-gpio.c | 310 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);
|
D | host.c | 263 ret = mmc_gpiod_request_ro(host, "wp", 0, false, 0, &ro_gpio_invert); in mmc_of_parse()
|
/Linux-v4.19/drivers/mmc/host/ |
D | davinci_mmc.c | 1196 ret = mmc_gpiod_request_ro(mmc, "wp", 0, false, 0, NULL); in mmc_davinci_parse_pdata()
|
D | mmci.c | 1766 ret = mmc_gpiod_request_ro(mmc, "wp", 0, false, 0, NULL); in mmci_probe()
|