Home
last modified time | relevance | path

Searched refs:pci_scan_slot (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/pcmcia/
Dcardbus.c75 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0)); in cb_alloc()
/Linux-v4.19/drivers/pci/hotplug/
Dshpchp_pci.c43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
Dpciehp_pci.c46 num = pci_scan_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
Ds390_pci_hpc.c77 pci_scan_slot(slot->zdev->bus, ZPCI_DEVFN); in enable_slot()
Dcpci_hotplug_pci.c264 n = pci_scan_slot(slot->bus, slot->devfn); in cpci_configure_slot()
Dsgi_hotplug.c363 num_funcs = pci_scan_slot(slot->pci_bus, in enable_slot()
Dacpiphp_glue.c431 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); in acpiphp_rescan_slot()
Dibmphp_core.c787 num = pci_scan_slot(bus, in ibm_configure_device()
Dcpqphp_pci.c86 num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function)); in cpqhp_configure_device()
/Linux-v4.19/arch/powerpc/kernel/
Dpci-hotplug.c133 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in pci_hp_add_devices()
/Linux-v4.19/drivers/pci/
Dprobe.c2520 int pci_scan_slot(struct pci_bus *bus, int devfn) in pci_scan_slot() function
2549 EXPORT_SYMBOL(pci_scan_slot);
2745 nr_devs = pci_scan_slot(bus, devfn); in pci_scan_child_bus_extend()
/Linux-v4.19/include/linux/
Dpci.h932 int pci_scan_slot(struct pci_bus *bus, int devfn);