Searched refs:probe_slot (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-acpi.c | 69 int (*probe_slot)(struct platform_device *, const char *, const char *); member 211 .probe_slot = sdhci_acpi_emmc_probe_slot, 222 .probe_slot = sdhci_acpi_sdio_probe_slot, 232 .probe_slot = sdhci_acpi_sd_probe_slot, 339 if (c->slot->probe_slot) { in sdhci_acpi_probe() 340 err = c->slot->probe_slot(pdev, hid, uid); in sdhci_acpi_probe()
|
D | sdhci-pci.c | 81 .probe_slot = ricoh_mmc_probe_slot, 222 .probe_slot = mrst_hc_probe_slot, 240 .probe_slot = mfd_sdio_probe_slot, 246 .probe_slot = mfd_emmc_probe_slot, 251 .probe_slot = pch_hc_probe_slot, 302 .probe_slot = byt_emmc_probe_slot, 313 .probe_slot = byt_sdio_probe_slot, 323 .probe_slot = byt_sd_probe_slot, 348 .probe_slot = intel_mrfl_mmc_probe_slot, 553 .probe_slot = sdhci_pci_o2_probe_slot, [all …]
|
D | sdhci-pci.h | 53 int (*probe_slot) (struct sdhci_pci_slot *); member
|