Home
last modified time | relevance | path

Searched refs:cd_idx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c1119 slot->cd_idx = 0; in byt_sd_probe_slot()
1314 slot->cd_idx = 0; in intel_mrfld_mmc_probe_slot()
2139 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2174 if (slot->cd_idx >= 0) { in sdhci_pci_probe_slot()
2183 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2190 slot->cd_idx, in sdhci_pci_probe_slot()
2198 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2213 if (chip->fixes && chip->fixes->own_cd_for_runtime_pm && slot->cd_idx < 0) in sdhci_pci_probe_slot()
H A Dsdhci-pci.h167 int cd_idx; member