Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dslot-gpio.h23 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
/linux-4.4.14/drivers/mmc/core/
Dslot-gpio.c230 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function
259 EXPORT_SYMBOL(mmc_gpiod_request_cd);
Dhost.c216 ret = mmc_gpiod_request_cd(host, "cd", 0, true, in mmc_of_parse()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c403 if (mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0, NULL)) { in sdhci_acpi_probe()
Dsdhci-pci-core.c1705 mmc_gpiod_request_cd(host->mmc, slot->cd_con_id, slot->cd_idx, in sdhci_pci_probe_slot()
Dmmci.c1690 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL); in mmci_probe()