Searched refs:mmc_gpiod_request_ro (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/include/linux/mmc/ |
| D | slot-gpio.h | 21 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
| /Linux-v5.10/drivers/mmc/core/ |
| D | slot-gpio.c | 218 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function 242 EXPORT_SYMBOL(mmc_gpiod_request_ro);
|
| D | host.c | 249 ret = mmc_gpiod_request_ro(host, "wp", 0, 0); in mmc_of_parse()
|
| /Linux-v5.10/drivers/mmc/host/ |
| D | pxamci.c | 748 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in pxamci_probe()
|
| D | mmc_spi.c | 1474 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0); in mmc_spi_probe()
|
| D | davinci_mmc.c | 1183 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmc_davinci_parse_pdata()
|
| D | s3cmci.c | 1476 ret = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0); in s3cmci_probe_pdata()
|
| D | sdhci-esdhc-imx.c | 1552 err = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0); in sdhci_esdhc_imx_probe_nondt()
|
| D | mmci.c | 2152 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
|