Searched refs:probe_slot (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-pci-core.c | 281 .probe_slot = ricoh_mmc_probe_slot, 421 .probe_slot = mrst_hc_probe_slot, 439 .probe_slot = mfd_sdio_probe_slot, 445 .probe_slot = mfd_emmc_probe_slot, 450 .probe_slot = pch_hc_probe_slot, 864 .probe_slot = byt_emmc_probe_slot, 875 .probe_slot = glk_emmc_probe_slot, 898 .probe_slot = ni_byt_sdio_probe_slot, 908 .probe_slot = byt_sdio_probe_slot, 920 .probe_slot = byt_sd_probe_slot, [all …]
|
D | sdhci-acpi.c | 77 int (*probe_slot)(struct platform_device *, const char *, const char *); member 443 .probe_slot = intel_probe_slot, 456 .probe_slot = intel_probe_slot, 468 .probe_slot = intel_probe_slot, 558 .probe_slot = sdhci_acpi_emmc_amd_probe_slot, 696 if (c->slot->probe_slot) { in sdhci_acpi_probe() 697 err = c->slot->probe_slot(pdev, hid, uid); in sdhci_acpi_probe()
|
D | sdhci-pci.h | 126 int (*probe_slot) (struct sdhci_pci_slot *); member
|
D | sdhci-pci-arasan.c | 328 .probe_slot = arasan_pci_probe_slot,
|