Searched refs:get_cd (Results 1 – 12 of 12) sorted by relevance
14 int (*get_cd)(int module); member
777 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()
820 (host->ops.get_cd && host->ops.get_cd(host->mmc)))) in renesas_sdhi_check_scc_error()
414 .get_cd = ushc_get_cd,
553 .get_cd = toshsd_get_cd,
1127 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()
901 .get_cd = mmc_gpio_get_cd,
2106 .get_cd = mmci_get_cd,
1818 .get_cd = dw_mci_get_cd,
2765 .get_cd = msdc_get_cd,
2142 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()
758 .get_cd = gb_mmc_get_cd,