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

/linux-master/drivers/pcmcia/
H A Dcardbus.c74 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0));
/linux-master/drivers/pci/hotplug/
H A Dshpchp_pci.c43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0));
H A Dpciehp_pci.c54 num = pci_scan_slot(parent, PCI_DEVFN(0, 0));
H A Dcpci_hotplug_pci.c260 n = pci_scan_slot(slot->bus, slot->devfn);
261 dbg("%s: pci_scan_slot returned %d", __func__, n);
H A Dibmphp_core.c680 num = pci_scan_slot(bus,
H A Dacpiphp_glue.c441 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0));
561 * pci_scan_slot(), whether they have associated ACPI hotplug
H A Dcpqphp_pci.c86 num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function));
/linux-master/arch/powerpc/kernel/
H A Dpci-hotplug.c128 * we don't check the return value from pci_scan_slot() in
133 pci_scan_slot(bus, PCI_DEVFN(slotno, 0));
/linux-master/drivers/pci/
H A Dprobe.c2659 * pci_scan_slot - Scan a PCI slot on a bus for devices
2669 int pci_scan_slot(struct pci_bus *bus, int devfn) function
2702 EXPORT_SYMBOL(pci_scan_slot); variable
2897 pci_scan_slot(bus, devfn);
/linux-master/include/linux/
H A Dpci.h1161 int pci_scan_slot(struct pci_bus *bus, int devfn);

Completed in 139 milliseconds