Searched refs:probe_slot (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Dsdhci-pci.c54 int (*probe_slot) (struct sdhci_pci_slot *); member in struct:sdhci_pci_fixes
130 .probe_slot = ricoh_mmc_probe_slot,
259 .probe_slot = mrst_hc_probe_slot,
275 .probe_slot = mfd_sdio_probe_slot,
281 .probe_slot = mfd_emmc_probe_slot,
548 .probe_slot = jmicron_probe_slot,
619 .probe_slot = syskt_probe_slot,
1225 if (chip->fixes && chip->fixes->probe_slot) {
1226 ret = chip->fixes->probe_slot(slot);

Completed in 129 milliseconds