Searched refs:mmc_gpiod_request_ro (Results 1 – 6 of 6) sorted by relevance
| /drivers/mmc/core/ |
| A D | slot-gpio.c | 248 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function 276 EXPORT_SYMBOL(mmc_gpiod_request_ro);
|
| A D | host.c | 345 ret = mmc_gpiod_request_ro(host, "wp", 0, 0); in mmc_of_parse()
|
| /drivers/mmc/host/ |
| A D | pxamci.c | 741 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in pxamci_probe()
|
| A D | mmc_spi.c | 1287 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0); in mmc_spi_probe()
|
| A D | davinci_mmc.c | 1177 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmc_davinci_parse_pdata()
|
| A D | mmci.c | 2440 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
|
Completed in 29 milliseconds