Searched refs:mmc_gpiod_request_ro (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/mmc/ |
A D | slot-gpio.h | 22 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
/linux-6.3-rc2/drivers/mmc/core/ |
A D | slot-gpio.c | 237 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function 265 EXPORT_SYMBOL(mmc_gpiod_request_ro);
|
A D | host.c | 350 ret = mmc_gpiod_request_ro(host, "wp", 0, 0); in mmc_of_parse()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | pxamci.c | 749 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in pxamci_probe()
|
A D | mmc_spi.c | 1461 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0); in mmc_spi_probe()
|
A D | davinci_mmc.c | 1183 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmc_davinci_parse_pdata()
|
A D | mmci.c | 2225 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
|
Completed in 38 milliseconds