Searched refs:mmc_gpiod_request_ro (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/mmc/ |
D | slot-gpio.h | 26 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
/linux-4.1.27/drivers/mmc/core/ |
D | slot-gpio.c | 276 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);
|
D | host.c | 397 ret = mmc_gpiod_request_ro(host, "wp", 0, false, 0, &ro_gpio_invert); in mmc_of_parse()
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.c | 1701 ret = mmc_gpiod_request_ro(mmc, "wp", 0, false, 0, NULL); in mmci_probe()
|