Searched refs:get_cd (Results 1 – 25 of 41) sorted by relevance
12
| /Linux-v6.1/include/linux/platform_data/ |
| D | mmc-davinci.h | 14 int (*get_cd)(int module); member
|
| /Linux-v6.1/arch/arm/mach-davinci/ |
| D | board-dm355-leopard.c | 197 .get_cd = dm355leopard_mmc_get_cd,
|
| D | board-dm355-evm.c | 358 .get_cd = dm355evm_mmc_get_cd,
|
| D | board-dm365-evm.c | 314 .get_cd = cpld_mmc_get_cd,
|
| /Linux-v6.1/drivers/mmc/host/ |
| D | sdhci-pci-o2micro.c | 656 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot() 660 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
|
| D | davinci_mmc.c | 1014 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,
|
| D | renesas_sdhi_core.c | 817 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
|
| D | tmio_mmc_core.c | 1043 .get_cd = tmio_mmc_get_cd, 1186 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
|
| D | ushc.c | 414 .get_cd = ushc_get_cd,
|
| D | litex_mmc.c | 465 .get_cd = litex_mmc_get_cd,
|
| D | owl-mmc.c | 558 .get_cd = mmc_gpio_get_cd,
|
| D | toshsd.c | 553 .get_cd = toshsd_get_cd,
|
| D | cb710-mmc.c | 663 .get_cd = cb710_mmc_get_cd,
|
| D | meson-mx-sdio.c | 503 .get_cd = mmc_gpio_get_cd,
|
| D | mxs-mmc.c | 543 .get_cd = mxs_mmc_get_cd,
|
| D | sdhci.c | 241 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset() 1766 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry() 2194 present = mmc->ops->get_cd(mmc); in sdhci_request() 3050 present = mmc->ops->get_cd(mmc); in sdhci_card_event() 3074 .get_cd = sdhci_get_cd,
|
| D | sdhci-acpi.c | 320 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
|
| D | meson-mx-sdhc-mmc.c | 519 .get_cd = mmc_gpio_get_cd,
|
| D | pxamci.c | 523 .get_cd = mmc_gpio_get_cd,
|
| D | wmt-sdmmc.c | 729 .get_cd = wmt_mci_get_cd,
|
| D | sdhci-pci-core.c | 1129 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot() 1301 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()
|
| D | alcor.c | 952 .get_cd = alcor_get_cd,
|
| /Linux-v6.1/drivers/mmc/core/ |
| D | core.c | 2117 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { in _mmc_detect_card_removed() 2235 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan() 2236 host->ops->get_cd(host) == 0) { in mmc_rescan()
|
| /Linux-v6.1/include/linux/mmc/ |
| D | host.h | 164 int (*get_cd)(struct mmc_host *host); member
|
| /Linux-v6.1/drivers/staging/greybus/ |
| D | sdio.c | 758 .get_cd = gb_mmc_get_cd,
|
12