Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mmc/
Dslot-gpio.h26 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c259 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function
285 EXPORT_SYMBOL(mmc_gpiod_request_cd);
Dhost.c237 ret = mmc_gpiod_request_cd(host, "cd", 0, true, in mmc_of_parse()
/Linux-v4.19/drivers/mmc/host/
Dsdhci-acpi.c721 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0, NULL); in sdhci_acpi_probe()
Ddavinci_mmc.c1190 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL); in mmc_davinci_parse_pdata()
Dmmci.c1755 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL); in mmci_probe()
Dsdhci-pci-core.c1765 ret = mmc_gpiod_request_cd(host->mmc, NULL, slot->cd_idx, in sdhci_pci_probe_slot()