Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dslot-gpio.c187 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function
221 EXPORT_SYMBOL(mmc_gpiod_request_cd);
H A Dhost.c333 ret = mmc_gpiod_request_cd(host, "cd", 0, false, in mmc_of_parse()
/linux/include/linux/mmc/
H A Dslot-gpio.h19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
/linux/drivers/mmc/host/
H A Dsdhci-spear.c99 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0); in sdhci_probe()
H A Dpxamci.c738 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()
H A Dsdhci-acpi.c915 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0); in sdhci_acpi_probe()
H A Dsdhci-pci-core.c2132 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2135 ret = mmc_gpiod_request_cd(host->mmc, NULL, in sdhci_pci_probe_slot()
H A Dmmc_spi.c1275 status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000); in mmc_spi_probe()
H A Ddavinci_mmc.c1172 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmc_davinci_parse_pdata()
H A Dmmci.c2443 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()