Lines Matching refs:probe_slot
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) { in sdhci_pci_probe_slot()
1472 ret = chip->fixes->probe_slot(slot); in sdhci_pci_probe_slot()