probe_slot         64 drivers/mmc/host/sdhci-acpi.c 	int (*probe_slot)(struct platform_device *, const char *, const char *);
probe_slot        432 drivers/mmc/host/sdhci-acpi.c 	.probe_slot	= intel_probe_slot,
probe_slot        446 drivers/mmc/host/sdhci-acpi.c 	.probe_slot	= intel_probe_slot,
probe_slot        459 drivers/mmc/host/sdhci-acpi.c 	.probe_slot	= intel_probe_slot,
probe_slot        526 drivers/mmc/host/sdhci-acpi.c 	.probe_slot	= qcom_probe_slot,
probe_slot        611 drivers/mmc/host/sdhci-acpi.c 	.probe_slot     = sdhci_acpi_emmc_amd_probe_slot,
probe_slot        749 drivers/mmc/host/sdhci-acpi.c 		if (c->slot->probe_slot) {
probe_slot        750 drivers/mmc/host/sdhci-acpi.c 			err = c->slot->probe_slot(pdev, hid, uid);
probe_slot        328 drivers/mmc/host/sdhci-pci-arasan.c 	.probe_slot = arasan_pci_probe_slot,
probe_slot        284 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= ricoh_mmc_probe_slot,
probe_slot        424 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= mrst_hc_probe_slot,
probe_slot        442 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= mfd_sdio_probe_slot,
probe_slot        448 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= mfd_emmc_probe_slot,
probe_slot        453 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= pch_hc_probe_slot,
probe_slot       1029 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= byt_emmc_probe_slot,
probe_slot       1041 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot		= glk_emmc_probe_slot,
probe_slot       1072 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= ni_byt_sdio_probe_slot,
probe_slot       1089 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= byt_sdio_probe_slot,
probe_slot       1108 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= byt_sd_probe_slot,
probe_slot       1170 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= intel_mrfld_mmc_probe_slot,
probe_slot       1367 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= jmicron_probe_slot,
probe_slot       1440 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= syskt_probe_slot,
probe_slot       1465 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= rtsx_probe_slot,
probe_slot       1664 drivers/mmc/host/sdhci-pci-core.c 	.probe_slot	= amd_probe_slot,
probe_slot       1968 drivers/mmc/host/sdhci-pci-core.c 	if (chip->fixes && chip->fixes->probe_slot) {
probe_slot       1969 drivers/mmc/host/sdhci-pci-core.c 		ret = chip->fixes->probe_slot(slot);
probe_slot        366 drivers/mmc/host/sdhci-pci-gli.c 	.probe_slot	= gli_probe_slot_gl9755,
probe_slot        387 drivers/mmc/host/sdhci-pci-gli.c 	.probe_slot	= gli_probe_slot_gl9750,
probe_slot        805 drivers/mmc/host/sdhci-pci-o2micro.c 	.probe_slot = sdhci_pci_o2_probe_slot,
probe_slot        136 drivers/mmc/host/sdhci-pci.h 	int			(*probe_slot) (struct sdhci_pci_slot *);