Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/platform_data/
A Dmmc-davinci.h14 int (*get_cd)(int module); member
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-pci-o2micro.c655 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
659 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
A Ddavinci_mmc.c1014 if (config && config->get_cd) in mmc_davinci_get_cd()
1015 return config->get_cd(pdev->id); in mmc_davinci_get_cd()
1054 .get_cd = mmc_davinci_get_cd,
A Drenesas_sdhi_core.c817 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
A Dtmio_mmc_core.c1045 .get_cd = tmio_mmc_get_cd,
1188 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
A Dushc.c414 .get_cd = ushc_get_cd,
A Dlitex_mmc.c465 .get_cd = litex_mmc_get_cd,
A Dowl-mmc.c558 .get_cd = mmc_gpio_get_cd,
A Dtoshsd.c553 .get_cd = toshsd_get_cd,
A Dcb710-mmc.c663 .get_cd = cb710_mmc_get_cd,
A Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
A Dmxs-mmc.c543 .get_cd = mxs_mmc_get_cd,
A Dsdhci.c241 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset()
1756 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry()
2184 present = mmc->ops->get_cd(mmc); in sdhci_request()
3031 present = mmc->ops->get_cd(mmc); in sdhci_card_event()
3055 .get_cd = sdhci_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.c320 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
A Dwmt-sdmmc.c729 .get_cd = wmt_mci_get_cd,
A Dsdhci-pci-core.c1124 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1296 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()
A Dalcor.c952 .get_cd = alcor_get_cd,
A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
A Djz4740_mmc.c1022 .get_cd = mmc_gpio_get_cd,
A Dsunplus-mmc.c846 .get_cd = spmmc_get_cd,
/linux-6.3-rc2/drivers/mmc/core/
A Dcore.c2116 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { in _mmc_detect_card_removed()
2234 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
2235 host->ops->get_cd(host) == 0) { in mmc_rescan()
/linux-6.3-rc2/include/linux/mmc/
A Dhost.h164 int (*get_cd)(struct mmc_host *host); member
/linux-6.3-rc2/drivers/staging/greybus/
A Dsdio.c758 .get_cd = gb_mmc_get_cd,

Completed in 54 milliseconds

12