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()
412 .get_cd = ushc_get_cd,
465 .get_cd = litex_mmc_get_cd,
559 .get_cd = mmc_gpio_get_cd,
522 .get_cd = mmc_gpio_get_cd,
243 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset()1780 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry()2219 present = mmc->ops->get_cd(mmc); in sdhci_request()3060 present = mmc->ops->get_cd(mmc); in sdhci_card_event()3084 .get_cd = sdhci_get_cd,
500 .get_cd = mmc_gpio_get_cd,
1124 .get_cd = mmc_gpio_get_cd,
846 .get_cd = spmmc_get_cd,
1201 .get_cd = usdhi6_get_cd,
210 int (*get_cd)(struct mmc_host *host); member