Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dmmc-davinci.h14 int (*get_cd)(int module); member
/linux/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 Drenesas_sdhi_core.c820 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
H A Dushc.c414 .get_cd = ushc_get_cd,
H A Dtoshsd.c553 .get_cd = toshsd_get_cd,
H A Dsdhci-pci-core.c1127 slot->host->mmc_host_ops.get_cd = bxt_get_cd; in byt_sd_probe_slot()
1323 slot->host->mmc_host_ops.get_cd = mrfld_get_cd; in intel_mrfld_mmc_probe_slot()
H A Dcavium.c901 .get_cd = mmc_gpio_get_cd,
H A Dmmci.c2106 .get_cd = mmci_get_cd,
H A Ddw_mmc.c1818 .get_cd = dw_mci_get_cd,
H A Dmtk-sd.c2765 .get_cd = msdc_get_cd,
/linux/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/drivers/staging/greybus/
H A Dsdio.c758 .get_cd = gb_mmc_get_cd,