Searched refs:pci_scan_slot (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | shpchp_pci.c | 43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
H A D | pciehp_pci.c | 54 num = pci_scan_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
H A D | cpci_hotplug_pci.c | 260 n = pci_scan_slot(slot->bus, slot->devfn); in cpci_configure_slot()
|
H A D | acpiphp_glue.c | 441 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); in acpiphp_rescan_slot()
|
H A D | ibmphp_core.c | 680 num = pci_scan_slot(bus, in ibm_configure_device()
|
H A D | cpqphp_pci.c | 86 num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function)); in cpqhp_configure_device()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | cardbus.c | 74 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0)); in cb_alloc()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-hotplug.c | 133 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in pci_hp_add_devices()
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 2691 int pci_scan_slot(struct pci_bus *bus, int devfn) in pci_scan_slot() function 2724 EXPORT_SYMBOL(pci_scan_slot); 2919 pci_scan_slot(bus, devfn); in pci_scan_child_bus_extend()
|
/openbmc/linux/Documentation/mm/ |
H A D | slub.rst | 415 pci_scan_slot+0xf7/0x2d0
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1136 int pci_scan_slot(struct pci_bus *bus, int devfn);
|