Searched refs:mmc_gpiod_request_cd (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/include/linux/mmc/ |
D | slot-gpio.h | 18 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
|
/Linux-v6.1/drivers/mmc/core/ |
D | slot-gpio.c | 169 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function 203 EXPORT_SYMBOL(mmc_gpiod_request_cd);
|
D | host.c | 337 ret = mmc_gpiod_request_cd(host, "cd", 0, false, in mmc_of_parse()
|
/Linux-v6.1/drivers/mmc/host/ |
D | sdhci-spear.c | 99 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0); in sdhci_probe()
|
D | pxamci.c | 740 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()
|
D | sdhci-acpi.c | 869 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0); in sdhci_acpi_probe()
|
D | sdhci-pci-core.c | 2111 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()
|
D | mmc_spi.c | 1446 status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000); in mmc_spi_probe()
|
D | tmio_mmc_core.c | 1167 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in tmio_mmc_host_probe()
|
D | davinci_mmc.c | 1177 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmc_davinci_parse_pdata()
|
D | s3cmci.c | 1469 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in s3cmci_probe_pdata()
|
D | mmci.c | 2221 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()
|