Searched refs:mmc_gpio_get_cd (Results 1 – 24 of 24) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 166 if (mmc_gpio_get_cd(host->mmc) > 0) { in sdhci_bcm_kona_card_event() 271 (mmc_gpio_get_cd(host->mmc) != -ENOSYS) ? 'Y' : 'N', in sdhci_bcm_kona_probe() 304 if (mmc_gpio_get_cd(host->mmc) > 0) in sdhci_bcm_kona_probe()
|
D | sdhci-of-at91.c | 386 mmc_gpio_get_cd(host->mmc) < 0) { in sdhci_at91_probe()
|
D | meson-mx-sdio.c | 513 .get_cd = mmc_gpio_get_cd,
|
D | mxs-mmc.c | 85 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
|
D | sdhci-acpi.c | 370 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
|
D | pxamci.c | 528 .get_cd = mmc_gpio_get_cd,
|
D | s3cmci.c | 1177 if (mmc_gpio_get_cd(mmc) == 0) { in s3cmci_request() 1320 .get_cd = mmc_gpio_get_cd,
|
D | cavium.c | 902 .get_cd = mmc_gpio_get_cd,
|
D | omap_hsmmc.c | 233 return mmc_gpio_get_cd(host->mmc); in omap_hsmmc_card_detect() 240 return mmc_gpio_get_cd(host->mmc); in omap_hsmmc_get_cover_state()
|
D | jz4740_mmc.c | 946 .get_cd = mmc_gpio_get_cd,
|
D | mmc_spi.c | 1275 .get_cd = mmc_gpio_get_cd,
|
D | davinci_mmc.c | 1030 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
|
D | tmio_mmc_core.c | 1287 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
|
D | sdhci-esdhc-imx.c | 1170 if (mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_esdhc_imx_probe_dt()
|
D | meson-gx-mmc.c | 1116 int status = mmc_gpio_get_cd(mmc); in meson_mmc_get_cd()
|
D | sunxi-mmc.c | 1102 .get_cd = mmc_gpio_get_cd,
|
D | dw_mmc.c | 972 int gpio_cd = mmc_gpio_get_cd(mmc); in dw_mci_get_cd() 3179 if (mmc_gpio_get_cd(host->slot->mmc) < 0) { in dw_mci_enable_cd()
|
D | sh_mmcif.c | 1077 .get_cd = mmc_gpio_get_cd,
|
D | mmci.c | 1452 unsigned int status = mmc_gpio_get_cd(mmc); in mmci_get_cd()
|
D | sdhci-pci-core.c | 559 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
|
D | sdhci.c | 1879 int gpio_cd = mmc_gpio_get_cd(mmc); in sdhci_get_cd() 3740 mmc_gpio_get_cd(host->mmc) < 0) in sdhci_setup_host()
|
D | mtk-sd.c | 1828 .get_cd = mmc_gpio_get_cd,
|
/Linux-v4.19/include/linux/mmc/ |
D | slot-gpio.h | 22 int mmc_gpio_get_cd(struct mmc_host *host);
|
/Linux-v4.19/drivers/mmc/core/ |
D | slot-gpio.c | 79 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() function 99 EXPORT_SYMBOL(mmc_gpio_get_cd);
|