Searched refs:probe_slot (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/mmc/host/ |
D | sdhci-acpi.c | 64 int (*probe_slot)(struct platform_device *, struct acpi_device *); member 363 .probe_slot = intel_probe_slot, 377 .probe_slot = intel_probe_slot, 390 .probe_slot = intel_probe_slot, 454 .probe_slot = qcom_probe_slot, 671 .probe_slot = sdhci_acpi_emmc_amd_probe_slot, 847 if (c->slot->probe_slot) { in sdhci_acpi_probe() 848 err = c->slot->probe_slot(pdev, device); in sdhci_acpi_probe()
|
D | sdhci-pci-core.c | 290 .probe_slot = ricoh_mmc_probe_slot, 363 .probe_slot = mrst_hc_probe_slot, 381 .probe_slot = mfd_sdio_probe_slot, 387 .probe_slot = mfd_emmc_probe_slot, 392 .probe_slot = pch_hc_probe_slot, 1141 .probe_slot = byt_emmc_probe_slot, 1155 .probe_slot = glk_emmc_probe_slot, 1187 .probe_slot = ni_byt_sdio_probe_slot, 1206 .probe_slot = byt_sdio_probe_slot, 1227 .probe_slot = byt_sd_probe_slot, [all …]
|
D | sdhci-pci.h | 140 int (*probe_slot) (struct sdhci_pci_slot *); member
|
D | sdhci-pci-gli.c | 1071 .probe_slot = gli_probe_slot_gl9755, 1094 .probe_slot = gli_probe_slot_gl9750, 1113 .probe_slot = gli_probe_slot_gl9763e,
|
D | sdhci-pci-arasan.c | 328 .probe_slot = arasan_pci_probe_slot,
|
D | sdhci-pci-o2micro.c | 910 .probe_slot = sdhci_pci_o2_probe_slot,
|