Home
last modified time | relevance | path

Searched refs:mmc_gpiod_request_ro (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/linux/mmc/
Dslot-gpio.h21 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
/Linux-v5.4/drivers/mmc/core/
Dslot-gpio.c226 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function
251 EXPORT_SYMBOL(mmc_gpiod_request_ro);
Dhost.c260 ret = mmc_gpiod_request_ro(host, "wp", 0, 0, &ro_gpio_invert); in mmc_of_parse()
/Linux-v5.4/drivers/mmc/host/
Dpxamci.c743 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0, NULL); in pxamci_probe()
Dmmc_spi.c1439 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0, NULL); in mmc_spi_probe()
Ddavinci_mmc.c1183 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0, NULL); in mmc_davinci_parse_pdata()
Dsdhci-esdhc-imx.c1384 err = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0, NULL); in sdhci_esdhc_imx_probe_nondt()
Ds3cmci.c1515 ret = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0, NULL); in s3cmci_probe_pdata()
Dmmci.c2023 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0, NULL); in mmci_probe()