Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mmc/
Dslot-gpio.h18 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
/kernel/linux/linux-5.10/drivers/mmc/core/
Dslot-gpio.c169 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() function
199 EXPORT_SYMBOL(mmc_gpiod_request_cd);
Dhost.c283 ret = mmc_gpiod_request_cd(host, "cd", 0, false, in mmc_of_parse()
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-spear.c99 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0); in sdhci_probe()
Dsdhci-sirf.c197 ret = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0); in sdhci_sirf_probe()
Dpxamci.c740 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in pxamci_probe()
Dsdhci-acpi.c916 err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0); in sdhci_acpi_probe()
Dsdhci-pci-core.c2205 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2208 ret = mmc_gpiod_request_cd(host->mmc, NULL, in sdhci_pci_probe_slot()
Dmmc_spi.c1459 status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000); in mmc_spi_probe()
Dtmio_mmc_core.c1112 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in tmio_mmc_host_probe()
Ddavinci_mmc.c1177 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmc_davinci_parse_pdata()
Ds3cmci.c1469 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in s3cmci_probe_pdata()
Dmmci.c2156 ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0); in mmci_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch2828 ret = mmc_gpiod_request_cd(host, "cd", 0, false,
5081 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
5088 @@ -184,14 +194,10 @@ int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
6037 - status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1000);
6038 + status = mmc_gpiod_request_cd(mmc, NULL, 0, false, 1, NULL);
6760 - ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0);
6761 + ret = mmc_gpiod_request_cd(mmc, "cd", 0, false, 0, NULL);
8742 - err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0);
8743 + err = mmc_gpiod_request_cd(host->mmc, NULL, 0, v, 0, NULL);
9873 - err = mmc_gpiod_request_cd(host->mmc, "cd", 0, false, 0);
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch11421 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,