Home
last modified time | relevance | path

Searched refs:get_cd (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.15/include/linux/platform_data/
H A Dmmc-davinci.h14 int (*get_cd)(int module); member
/linux-6.15/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c777 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
781 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
800 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
H A Ddavinci_mmc.c1008 if (config && config->get_cd) in mmc_davinci_get_cd()
1009 return config->get_cd(pdev->id); in mmc_davinci_get_cd()
1048 .get_cd = mmc_davinci_get_cd,
H A Drenesas_sdhi_core.c834 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
H A Dsdhci-uhs2.c754 present = host->mmc->ops->get_cd(host->mmc); in sdhci_uhs2_send_command_retry()
880 present = mmc->ops->get_cd(mmc); in sdhci_uhs2_request()
H A Dtmio_mmc_core.c1042 .get_cd = tmio_mmc_get_cd,
1183 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
H A Dushc.c414 .get_cd = ushc_get_cd,
H A Dlitex_mmc.c465 .get_cd = litex_mmc_get_cd,
H A Dowl-mmc.c559 .get_cd = mmc_gpio_get_cd,
H A Dtoshsd.c553 .get_cd = toshsd_get_cd,
H A Dmxs-mmc.c542 .get_cd = mxs_mmc_get_cd,
H A Dcb710-mmc.c663 .get_cd = cb710_mmc_get_cd,
H A Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
H A Dsdhci.c243 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset()
1780 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry()
2224 present = mmc->ops->get_cd(mmc); in sdhci_request()
3065 present = mmc->ops->get_cd(mmc); in sdhci_card_event()
3089 .get_cd = sdhci_get_cd,
H A Dpxamci.c522 .get_cd = mmc_gpio_get_cd,
H A Dmeson-mx-sdhc-mmc.c500 .get_cd = mmc_gpio_get_cd,
H A Dsdhci-acpi.c323 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
H A Dmmc_spi.c1124 .get_cd = mmc_gpio_get_cd,
H A Dwmt-sdmmc.c728 .get_cd = wmt_mci_get_cd,
H A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
H A Dalcor.c952 .get_cd = alcor_get_cd,
H A Dsdhci-pci-core.c1131 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1327 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()
/linux-6.15/drivers/mmc/core/
H A Dcore.c2142 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { in _mmc_detect_card_removed()
2260 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
2261 host->ops->get_cd(host) == 0) { in mmc_rescan()
/linux-6.15/include/linux/mmc/
H A Dhost.h210 int (*get_cd)(struct mmc_host *host); member
/linux-6.15/drivers/staging/greybus/
H A Dsdio.c758 .get_cd = gb_mmc_get_cd,

12