Home
last modified time | relevance | path

Searched refs:mmc_gpiod_request_cd (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/include/linux/mmc/
Dslot-gpio.h19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
/Linux-v6.6/drivers/mmc/core/
Dslot-gpio.c184 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function
218 EXPORT_SYMBOL(mmc_gpiod_request_cd);
Dhost.c337 ret = mmc_gpiod_request_cd(host, "cd", 0, false, in mmc_of_parse()
/Linux-v6.6/drivers/mmc/host/
Dsdhci-spear.c99 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0); in sdhci_probe()
Dpxamci.c738 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()
Dsdhci-acpi.c869 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0); in sdhci_acpi_probe()
Dsdhci-pci-core.c2111 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2114 ret = mmc_gpiod_request_cd(host->mmc, NULL, in sdhci_pci_probe_slot()
Dtmio_mmc_core.c1169 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in tmio_mmc_host_probe()
Dmmc_spi.c1446 status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000); in mmc_spi_probe()
Ddavinci_mmc.c1176 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmc_davinci_parse_pdata()
Dmmci.c2377 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()