Searched refs:probe_slot (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-acpi.c | 69 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()
|
D | sdhci-pci-core.c | 82 .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 …]
|
D | sdhci-pci.h | 63 int (*probe_slot) (struct sdhci_pci_slot *); member
|