Home
last modified time | relevance | path

Searched refs:mmc_gpio_get_cd (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/mmc/host/
A Dsdhci-bcm-kona.c164 if (mmc_gpio_get_cd(host->mmc) > 0) { in sdhci_bcm_kona_card_event()
269 (mmc_gpio_get_cd(host->mmc) != -ENOSYS) ? 'Y' : 'N', in sdhci_bcm_kona_probe()
302 if (mmc_gpio_get_cd(host->mmc) > 0) in sdhci_bcm_kona_probe()
A Dsdhci-of-at91.c117 || mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_at91_reset()
403 mmc_gpio_get_cd(host->mmc) < 0) { in sdhci_at91_probe()
423 || mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_at91_probe()
A Dowl-mmc.c558 .get_cd = mmc_gpio_get_cd,
A Ds3cmci.c1157 if (mmc_gpio_get_cd(mmc) == 0) { in s3cmci_request()
1287 .get_cd = mmc_gpio_get_cd,
A Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
A Dmxs-mmc.c71 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
A Dmeson-mx-sdhc-mmc.c519 .get_cd = mmc_gpio_get_cd,
A Dpxamci.c523 .get_cd = mmc_gpio_get_cd,
A Dsdhci-acpi.c364 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
A Djz4740_mmc.c952 .get_cd = mmc_gpio_get_cd,
A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
A Dmmc_spi.c1252 .get_cd = mmc_gpio_get_cd,
A Dtmio_mmc_core.c1176 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
A Ddavinci_mmc.c1017 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
A Dmeson-gx-mmc.c1065 int status = mmc_gpio_get_cd(mmc); in meson_mmc_get_cd()
A Dsunxi-mmc.c1115 .get_cd = mmc_gpio_get_cd,
A Ddw_mmc.c954 int gpio_cd = mmc_gpio_get_cd(mmc); in dw_mci_get_cd()
3219 if (mmc_gpio_get_cd(host->slot->mmc) < 0) { in dw_mci_enable_cd()
A Dsh_mmcif.c1078 .get_cd = mmc_gpio_get_cd,
A Dsdhci-esdhc-imx.c1575 if (mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_esdhc_imx_probe_dt()
A Domap_hsmmc.c1661 .get_cd = mmc_gpio_get_cd,
A Dsdhci-pci-core.c554 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
A Dsdhci.c2416 int gpio_cd = mmc_gpio_get_cd(mmc); in sdhci_get_cd()
4434 mmc_gpio_get_cd(mmc) < 0) in sdhci_setup_host()
A Dmmci.c1861 unsigned int status = mmc_gpio_get_cd(mmc); in mmci_get_cd()
/linux/drivers/mmc/core/
A Dslot-gpio.c73 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() function
86 EXPORT_SYMBOL(mmc_gpio_get_cd);
/linux/include/linux/mmc/
A Dslot-gpio.h17 int mmc_gpio_get_cd(struct mmc_host *host);

Completed in 71 milliseconds

12