Lines Matching refs:probe_slot
290 .probe_slot = ricoh_mmc_probe_slot,
329 .probe_slot = ene_714_probe_slot,
384 .probe_slot = mrst_hc_probe_slot,
402 .probe_slot = mfd_sdio_probe_slot,
408 .probe_slot = mfd_emmc_probe_slot,
413 .probe_slot = pch_hc_probe_slot,
1170 .probe_slot = byt_emmc_probe_slot,
1184 .probe_slot = glk_emmc_probe_slot,
1216 .probe_slot = ni_byt_sdio_probe_slot,
1235 .probe_slot = byt_sdio_probe_slot,
1256 .probe_slot = byt_sd_probe_slot,
1323 .probe_slot = intel_mrfld_mmc_probe_slot,
1520 .probe_slot = jmicron_probe_slot,
1593 .probe_slot = syskt_probe_slot,
1618 .probe_slot = rtsx_probe_slot,
1819 .probe_slot = amd_probe_slot,
2094 if (chip->fixes && chip->fixes->probe_slot) { in sdhci_pci_probe_slot()
2095 ret = chip->fixes->probe_slot(slot); in sdhci_pci_probe_slot()