Home
last modified time | relevance | path

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

12

/linux/drivers/mmc/host/
A Dsdhci-bcm-kona.c153 if (mmc_gpio_get_cd(host->mmc) > 0) { in sdhci_bcm_kona_card_event()
258 (mmc_gpio_get_cd(host->mmc) != -ENOSYS) ? 'Y' : 'N', in sdhci_bcm_kona_probe()
291 if (mmc_gpio_get_cd(host->mmc) > 0) in sdhci_bcm_kona_probe()
A Dsdhci-of-at91.c122 || mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_at91_reset()
406 mmc_gpio_get_cd(host->mmc) < 0) { in sdhci_at91_probe()
426 || mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_at91_probe()
A Dowl-mmc.c559 .get_cd = mmc_gpio_get_cd,
A Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
A Dmxs-mmc.c70 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
A Dmeson-mx-sdhc-mmc.c500 .get_cd = mmc_gpio_get_cd,
A Dpxamci.c522 .get_cd = mmc_gpio_get_cd,
A Dsdhci-acpi.c303 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
A Dmmc_spi.c1127 .get_cd = mmc_gpio_get_cd,
A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
A Dsunplus-mmc.c795 ret = mmc_gpio_get_cd(mmc); in spmmc_get_cd()
A Djz4740_mmc.c1023 .get_cd = mmc_gpio_get_cd,
A Dtmio_mmc_core.c1184 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
A Ddavinci_mmc.c1012 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
A Dmeson-gx-mmc.c1128 .get_cd = mmc_gpio_get_cd,
A Dsunxi-mmc.c1116 .get_cd = mmc_gpio_get_cd,
A Dsh_mmcif.c1117 .get_cd = mmc_gpio_get_cd,
A Ddw_mmc.c953 int gpio_cd = mmc_gpio_get_cd(mmc); in dw_mci_get_cd()
3277 if (mmc_gpio_get_cd(host->slot->mmc) < 0) { in dw_mci_enable_cd()
A Dsdhci-esdhc-imx.c1665 if (mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_esdhc_imx_probe_dt()
A Domap_hsmmc.c1626 .get_cd = mmc_gpio_get_cd,
A Dsdhci-pci-core.c571 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
A Dsdhci.c2473 int gpio_cd = mmc_gpio_get_cd(mmc); in sdhci_get_cd()
4493 mmc_gpio_get_cd(mmc) < 0) in sdhci_setup_host()
A Dmmci.c2042 unsigned int status = mmc_gpio_get_cd(mmc); in mmci_get_cd()
/linux/include/linux/mmc/
A Dslot-gpio.h17 int mmc_gpio_get_cd(struct mmc_host *host);
/linux/drivers/mmc/core/
A Dslot-gpio.c90 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() function
103 EXPORT_SYMBOL(mmc_gpio_get_cd);

Completed in 73 milliseconds

12