Searched refs:mmc_gpio_get_cd (Results 1 – 25 of 34) sorted by relevance
12
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-bcm-kona.c | 164 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 D | sdhci-of-at91.c | 122 || 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 D | owl-mmc.c | 559 .get_cd = mmc_gpio_get_cd,
|
| H A D | s3cmci.c | 1157 if (mmc_gpio_get_cd(mmc) == 0) { in s3cmci_request() 1287 .get_cd = mmc_gpio_get_cd,
|
| H A D | mxs-mmc.c | 71 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
|
| H A D | meson-mx-sdio.c | 504 .get_cd = mmc_gpio_get_cd,
|
| H A D | pxamci.c | 523 .get_cd = mmc_gpio_get_cd,
|
| H A D | meson-mx-sdhc-mmc.c | 519 .get_cd = mmc_gpio_get_cd,
|
| H A D | sdhci-acpi.c | 363 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
|
| H A D | cavium.c | 903 .get_cd = mmc_gpio_get_cd,
|
| H A D | jz4740_mmc.c | 975 .get_cd = mmc_gpio_get_cd,
|
| H A D | mmc_spi.c | 1261 .get_cd = mmc_gpio_get_cd,
|
| H A D | tmio_mmc_core.c | 1131 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
|
| H A D | meson-gx-mmc.c | 1055 int status = mmc_gpio_get_cd(mmc); in meson_mmc_get_cd()
|
| H A D | davinci_mmc.c | 1017 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
|
| H A D | sunxi-mmc.c | 1111 .get_cd = mmc_gpio_get_cd,
|
| H A D | sdhci-esdhc-imx.c | 1518 if (mmc_gpio_get_cd(host->mmc) >= 0) in sdhci_esdhc_imx_probe_dt()
|
| H A D | sh_mmcif.c | 1078 .get_cd = mmc_gpio_get_cd,
|
| H A D | dw_mmc.c | 993 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 D | slot-gpio.c | 80 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 D | slot-gpio.h | 17 int mmc_gpio_get_cd(struct mmc_host *host);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 216 mmc_gpio_get_cd
|
| H A D | abi_gki_aarch64_virtual_device | 564 mmc_gpio_get_cd
|
| H A D | abi_gki_aarch64_exynos | 1203 mmc_gpio_get_cd
|
| H A D | abi_gki_aarch64_imx | 2079 mmc_gpio_get_cd
|
12