Home
last modified time | relevance | path

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

12

/linux-5.19.10/include/linux/platform_data/
Dmmc-davinci.h14 int (*get_cd)(int module); member
/linux-5.19.10/arch/arm/mach-davinci/
Dboard-dm355-leopard.c200 .get_cd = dm355leopard_mmc_get_cd,
Dboard-dm355-evm.c360 .get_cd = dm355evm_mmc_get_cd,
Dboard-dm365-evm.c322 .get_cd = cpld_mmc_get_cd,
Dboard-dm644x-evm.c627 .get_cd = dm6444evm_mmc_get_cd,
/linux-5.19.10/drivers/mmc/host/
Dsdhci-pci-o2micro.c652 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
656 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
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,
Drenesas_sdhi_core.c802 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
Dtmio_mmc_core.c1043 .get_cd = tmio_mmc_get_cd,
1186 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
Dushc.c414 .get_cd = ushc_get_cd,
Dlitex_mmc.c465 .get_cd = litex_mmc_get_cd,
Dowl-mmc.c558 .get_cd = mmc_gpio_get_cd,
Dtoshsd.c553 .get_cd = toshsd_get_cd,
Dcb710-mmc.c663 .get_cd = cb710_mmc_get_cd,
Dmeson-mx-sdio.c503 .get_cd = mmc_gpio_get_cd,
Dmxs-mmc.c543 .get_cd = mxs_mmc_get_cd,
Dsdhci.c240 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset()
1728 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry()
2154 present = mmc->ops->get_cd(mmc); in sdhci_request()
2975 present = mmc->ops->get_cd(mmc); in sdhci_card_event()
3000 .get_cd = sdhci_get_cd,
Dpxamci.c523 .get_cd = mmc_gpio_get_cd,
Dmeson-mx-sdhc-mmc.c519 .get_cd = mmc_gpio_get_cd,
Dsdhci-acpi.c320 host->mmc_host_ops.get_cd = bxt_get_cd; in intel_probe_slot()
Dwmt-sdmmc.c729 .get_cd = wmt_mci_get_cd,
Dsdhci-pci-core.c1100 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1277 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()
/linux-5.19.10/drivers/mmc/core/
Dcore.c2104 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { in _mmc_detect_card_removed()
2222 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan()
2223 host->ops->get_cd(host) == 0) { in mmc_rescan()
/linux-5.19.10/include/linux/mmc/
Dhost.h145 int (*get_cd)(struct mmc_host *host); member
/linux-5.19.10/drivers/staging/greybus/
Dsdio.c758 .get_cd = gb_mmc_get_cd,

12