Lines Matching refs:probe_slot
281 .probe_slot = ricoh_mmc_probe_slot,
421 .probe_slot = mrst_hc_probe_slot,
439 .probe_slot = mfd_sdio_probe_slot,
445 .probe_slot = mfd_emmc_probe_slot,
450 .probe_slot = pch_hc_probe_slot,
864 .probe_slot = byt_emmc_probe_slot,
875 .probe_slot = glk_emmc_probe_slot,
898 .probe_slot = ni_byt_sdio_probe_slot,
908 .probe_slot = byt_sdio_probe_slot,
920 .probe_slot = byt_sd_probe_slot,
982 .probe_slot = intel_mrfld_mmc_probe_slot,
1180 .probe_slot = sdhci_pci_o2_probe_slot,
1189 .probe_slot = jmicron_probe_slot,
1262 .probe_slot = syskt_probe_slot,
1287 .probe_slot = rtsx_probe_slot,
1438 .probe_slot = amd_probe_slot,
1737 if (chip->fixes && chip->fixes->probe_slot) { in sdhci_pci_probe_slot()
1738 ret = chip->fixes->probe_slot(slot); in sdhci_pci_probe_slot()