Lines Matching refs:probe_slot
82 .probe_slot = ricoh_mmc_probe_slot,
223 .probe_slot = mrst_hc_probe_slot,
241 .probe_slot = mfd_sdio_probe_slot,
247 .probe_slot = mfd_emmc_probe_slot,
252 .probe_slot = pch_hc_probe_slot,
399 .probe_slot = byt_emmc_probe_slot,
411 .probe_slot = byt_sdio_probe_slot,
421 .probe_slot = byt_sd_probe_slot,
446 .probe_slot = intel_mrfl_mmc_probe_slot,
647 .probe_slot = sdhci_pci_o2_probe_slot,
654 .probe_slot = jmicron_probe_slot,
725 .probe_slot = syskt_probe_slot,
750 .probe_slot = rtsx_probe_slot,
1683 if (chip->fixes && chip->fixes->probe_slot) { in sdhci_pci_probe_slot()
1684 ret = chip->fixes->probe_slot(slot); in sdhci_pci_probe_slot()