Searched refs:probe_slot (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-acpi.c | 69 int (*probe_slot)(struct platform_device *, const char *, const char *); member in struct:sdhci_acpi_slot 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) { sdhci_acpi_probe() 340 err = c->slot->probe_slot(pdev, hid, uid); sdhci_acpi_probe()
|
H A D | sdhci-pci.h | 53 int (*probe_slot) (struct sdhci_pci_slot *); member in struct:sdhci_pci_fixes
|
H A 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, 560 .probe_slot = jmicron_probe_slot, 631 .probe_slot = syskt_probe_slot, 656 .probe_slot = rtsx_probe_slot, 1471 if (chip->fixes && chip->fixes->probe_slot) { sdhci_pci_probe_slot() 1472 ret = chip->fixes->probe_slot(slot); sdhci_pci_probe_slot()
|
Completed in 118 milliseconds