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

/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-acpi.c69 int (*probe_slot)(struct platform_device *, const char *, const char *); member in struct:sdhci_acpi_slot
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) { sdhci_acpi_probe()
379 err = c->slot->probe_slot(pdev, hid, uid); sdhci_acpi_probe()
H A Dsdhci-pci.h63 int (*probe_slot) (struct sdhci_pci_slot *); member in struct:sdhci_pci_fixes
H A 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,
654 .probe_slot = jmicron_probe_slot,
725 .probe_slot = syskt_probe_slot,
750 .probe_slot = rtsx_probe_slot,
1683 if (chip->fixes && chip->fixes->probe_slot) { sdhci_pci_probe_slot()
1684 ret = chip->fixes->probe_slot(slot); sdhci_pci_probe_slot()

Completed in 119 milliseconds