Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H 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()
H A Dsdhci-of-at91.c122 || mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_at91_reset()
408 mmc_gpio_get_cd(host->mmc) < 0) { in sdhci_at91_probe()
428 || mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_at91_probe()
H A Dowl-mmc.c559 .get_cd = mmc_gpio_get_cd,
H A Ds3cmci.c1157 if (mmc_gpio_get_cd(mmc) == 0) { in s3cmci_request()
1287 .get_cd = mmc_gpio_get_cd,
H A Dmxs-mmc.c71 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
H A Dmeson-mx-sdio.c504 .get_cd = mmc_gpio_get_cd,
H A Dpxamci.c523 .get_cd = mmc_gpio_get_cd,
H A Dmeson-mx-sdhc-mmc.c519 .get_cd = mmc_gpio_get_cd,
H A Dsdhci-acpi.c363 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
H A Dcavium.c903 .get_cd = mmc_gpio_get_cd,
H A Djz4740_mmc.c975 .get_cd = mmc_gpio_get_cd,
H A Dmmc_spi.c1261 .get_cd = mmc_gpio_get_cd,
H A Dtmio_mmc_core.c1131 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
H A Dmeson-gx-mmc.c1055 int status = mmc_gpio_get_cd(mmc); in meson_mmc_get_cd()
H A Ddavinci_mmc.c1017 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
H A Dsunxi-mmc.c1111 .get_cd = mmc_gpio_get_cd,
H A Dsdhci-esdhc-imx.c1518 if (mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_esdhc_imx_probe_dt()
H A Dsh_mmcif.c1078 .get_cd = mmc_gpio_get_cd,
H A Ddw_mmc.c993 int gpio_cd = mmc_gpio_get_cd(mmc); in dw_mci_get_cd()
3312 if (mmc_gpio_get_cd(host->slot->mmc) < 0) { in dw_mci_enable_cd()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dslot-gpio.c80 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() function
93 EXPORT_SYMBOL(mmc_gpio_get_cd);
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dslot-gpio.h17 int mmc_gpio_get_cd(struct mmc_host *host);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960216 mmc_gpio_get_cd
H A Dabi_gki_aarch64_virtual_device564 mmc_gpio_get_cd
H A Dabi_gki_aarch64_exynos1203 mmc_gpio_get_cd
H A Dabi_gki_aarch64_imx2079 mmc_gpio_get_cd

12