Home
last modified time | relevance | path

Searched refs:probe_slot (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c69 int (*probe_slot)(struct platform_device *, const char *, const char *); member
243 .probe_slot = sdhci_acpi_emmc_probe_slot,
254 .probe_slot = sdhci_acpi_sdio_probe_slot,
264 .probe_slot = sdhci_acpi_sd_probe_slot,
378 if (c->slot->probe_slot) { in sdhci_acpi_probe()
379 err = c->slot->probe_slot(pdev, hid, uid); in sdhci_acpi_probe()
Dsdhci-pci-core.c82 .probe_slot = ricoh_mmc_probe_slot,
223 .probe_slot = mrst_hc_probe_slot,
241 .probe_slot = mfd_sdio_probe_slot,
247 .probe_slot = mfd_emmc_probe_slot,
252 .probe_slot = pch_hc_probe_slot,
399 .probe_slot = byt_emmc_probe_slot,
411 .probe_slot = byt_sdio_probe_slot,
421 .probe_slot = byt_sd_probe_slot,
446 .probe_slot = intel_mrfl_mmc_probe_slot,
647 .probe_slot = sdhci_pci_o2_probe_slot,
[all …]
Dsdhci-pci.h63 int (*probe_slot) (struct sdhci_pci_slot *); member