Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/mmc/host/
H 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()
H 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()
H A Dowl-mmc.c559 .get_cd = mmc_gpio_get_cd,
H A Dmxs-mmc.c70 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
H A Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
H A Dmeson-mx-sdhc-mmc.c503 .get_cd = mmc_gpio_get_cd,
H A Dpxamci.c522 .get_cd = mmc_gpio_get_cd,
H A Dsdhci-acpi.c303 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
H A Dmmc_spi.c1129 .get_cd = mmc_gpio_get_cd,
H A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
H A Dsunplus-mmc.c795 ret = mmc_gpio_get_cd(mmc); in spmmc_get_cd()
H A Djz4740_mmc.c1022 .get_cd = mmc_gpio_get_cd,
H A Dtmio_mmc_core.c1190 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
H A Dmeson-gx-mmc.c1128 .get_cd = mmc_gpio_get_cd,
H A Ddavinci_mmc.c1016 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
H A Dsunxi-mmc.c1116 .get_cd = mmc_gpio_get_cd,
H A Dsh_mmcif.c1079 .get_cd = mmc_gpio_get_cd,
H A Ddw_mmc.c954 int gpio_cd = mmc_gpio_get_cd(mmc); in dw_mci_get_cd()
3272 if (mmc_gpio_get_cd(host->slot->mmc) < 0) { in dw_mci_enable_cd()
H A Dsdhci-esdhc-imx.c1642 if (mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_esdhc_imx_probe_dt()
H A Domap_hsmmc.c1626 .get_cd = mmc_gpio_get_cd,
H A Dsdhci-pci-core.c570 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
H A Dsdhci.c2473 int gpio_cd = mmc_gpio_get_cd(mmc); in sdhci_get_cd()
4511 mmc_gpio_get_cd(mmc) < 0) in sdhci_setup_host()
H A Dmmci.c2015 unsigned int status = mmc_gpio_get_cd(mmc); in mmci_get_cd()
/openbmc/linux/include/linux/mmc/
H A Dslot-gpio.h17 int mmc_gpio_get_cd(struct mmc_host *host);
/openbmc/linux/drivers/mmc/core/
H 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);

12