Searched refs:probe_slot (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/mmc/host/ |
A 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, 844 if (c->slot->probe_slot) { in sdhci_acpi_probe() 845 err = c->slot->probe_slot(pdev, device); in sdhci_acpi_probe()
|
A D | sdhci-pci-core.c | 286 .probe_slot = ricoh_mmc_probe_slot, 324 .probe_slot = ene_714_probe_slot, 379 .probe_slot = mrst_hc_probe_slot, 397 .probe_slot = mfd_sdio_probe_slot, 403 .probe_slot = mfd_emmc_probe_slot, 408 .probe_slot = pch_hc_probe_slot, 1251 .probe_slot = byt_sd_probe_slot, 1515 .probe_slot = jmicron_probe_slot, 1588 .probe_slot = syskt_probe_slot, 1613 .probe_slot = rtsx_probe_slot, [all …]
|
A D | sdhci-pci.h | 140 int (*probe_slot) (struct sdhci_pci_slot *); member
|
A D | sdhci-pci-gli.c | 1098 .probe_slot = gli_probe_slot_gl9755, 1121 .probe_slot = gli_probe_slot_gl9750, 1140 .probe_slot = gli_probe_slot_gl9763e,
|
A D | sdhci-pci-arasan.c | 328 .probe_slot = arasan_pci_probe_slot,
|
A D | sdhci-pci-o2micro.c | 919 .probe_slot = sdhci_pci_o2_probe_slot,
|
Completed in 16 milliseconds