Searched refs:mmc_gpiod_request_cd (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/mmc/ |
D | slot-gpio.h | 26 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
|
/Linux-v4.19/drivers/mmc/core/ |
D | slot-gpio.c | 259 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);
|
D | host.c | 237 ret = mmc_gpiod_request_cd(host, "cd", 0, true, in mmc_of_parse()
|
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-acpi.c | 721 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0, NULL); in sdhci_acpi_probe()
|
D | davinci_mmc.c | 1190 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL); in mmc_davinci_parse_pdata()
|
D | mmci.c | 1755 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL); in mmci_probe()
|
D | sdhci-pci-core.c | 1765 ret = mmc_gpiod_request_cd(host->mmc, NULL, slot->cd_idx, in sdhci_pci_probe_slot()
|