pci_scan_slot     136 arch/powerpc/kernel/pci-hotplug.c 		pci_scan_slot(bus, PCI_DEVFN(slotno, 0));
pci_scan_slot     431 drivers/pci/hotplug/acpiphp_glue.c 	return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0));
pci_scan_slot     262 drivers/pci/hotplug/cpci_hotplug_pci.c 		n = pci_scan_slot(slot->bus, slot->devfn);
pci_scan_slot      86 drivers/pci/hotplug/cpqphp_pci.c 		num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function));
pci_scan_slot     751 drivers/pci/hotplug/ibmphp_core.c 		num = pci_scan_slot(bus,
pci_scan_slot      54 drivers/pci/hotplug/pciehp_pci.c 	num = pci_scan_slot(parent, PCI_DEVFN(0, 0));
pci_scan_slot      82 drivers/pci/hotplug/s390_pci_hpc.c 	pci_scan_slot(slot->zdev->bus, ZPCI_DEVFN);
pci_scan_slot      43 drivers/pci/hotplug/shpchp_pci.c 	num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0));
pci_scan_slot    2552 drivers/pci/probe.c EXPORT_SYMBOL(pci_scan_slot);
pci_scan_slot    2748 drivers/pci/probe.c 		nr_devs = pci_scan_slot(bus, devfn);
pci_scan_slot      72 drivers/pcmcia/cardbus.c 	s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0));
pci_scan_slot    1009 include/linux/pci.h int pci_scan_slot(struct pci_bus *bus, int devfn);