Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-bcm-kona.c154 if (mmc_gpio_get_cd(host->mmc) > 0) { in sdhci_bcm_kona_card_event()
259 (mmc_gpio_get_cd(host->mmc) != -ENOSYS) ? 'Y' : 'N', in sdhci_bcm_kona_probe()
292 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.c558 .get_cd = mmc_gpio_get_cd,
A Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
A Dmxs-mmc.c71 ret = mmc_gpio_get_cd(mmc); in mxs_mmc_get_cd()
A Dmeson-mx-sdhc-mmc.c519 .get_cd = mmc_gpio_get_cd,
A Dpxamci.c523 .get_cd = mmc_gpio_get_cd,
A Dsdhci-acpi.c300 int gpio_cd = mmc_gpio_get_cd(mmc); in bxt_get_cd()
A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
A Djz4740_mmc.c1022 .get_cd = mmc_gpio_get_cd,
A Dsunplus-mmc.c795 ret = mmc_gpio_get_cd(mmc); in spmmc_get_cd()
A Dmmc_spi.c1248 .get_cd = mmc_gpio_get_cd,
A Dtmio_mmc_core.c1188 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
A Ddavinci_mmc.c1017 return mmc_gpio_get_cd(mmc); in mmc_davinci_get_cd()
A Dmeson-gx-mmc.c1153 .get_cd = mmc_gpio_get_cd,
A Dsunxi-mmc.c1116 .get_cd = mmc_gpio_get_cd,
A Dsh_mmcif.c1080 .get_cd = mmc_gpio_get_cd,
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()
A Dsdhci-esdhc-imx.c1637 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.c570 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()
4502 mmc_gpio_get_cd(mmc) < 0) in sdhci_setup_host()
A Dmmci.c1859 unsigned int status = mmc_gpio_get_cd(mmc); in mmci_get_cd()
/linux-6.3-rc2/include/linux/mmc/
A Dslot-gpio.h17 int mmc_gpio_get_cd(struct mmc_host *host);
/linux-6.3-rc2/drivers/mmc/core/
A Dslot-gpio.c86 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() function
99 EXPORT_SYMBOL(mmc_gpio_get_cd);

Completed in 63 milliseconds

12