Searched refs:pci_scan_slot (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/pci/hotplug/ |
D | pciehp_pci.c | 54 num = pci_scan_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
D | shpchp_pci.c | 43 num = pci_scan_slot(parent, PCI_DEVFN(p_slot->device, 0)); in shpchp_configure_device()
|
D | s390_pci_hpc.c | 69 pci_scan_slot(zbus->bus, zdev->devfn); in enable_slot()
|
D | cpci_hotplug_pci.c | 262 n = pci_scan_slot(slot->bus, slot->devfn); in cpci_configure_slot()
|
D | acpiphp_glue.c | 432 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); in acpiphp_rescan_slot()
|
D | ibmphp_core.c | 751 num = pci_scan_slot(bus, in ibm_configure_device()
|
D | cpqphp_pci.c | 86 num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function)); in cpqhp_configure_device()
|
/Linux-v5.10/drivers/pcmcia/ |
D | cardbus.c | 74 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0)); in cb_alloc()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | pci-hotplug.c | 132 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in pci_hp_add_devices()
|
/Linux-v5.10/drivers/pci/ |
D | probe.c | 2596 int pci_scan_slot(struct pci_bus *bus, int devfn) in pci_scan_slot() function 2625 EXPORT_SYMBOL(pci_scan_slot); 2821 nr_devs = pci_scan_slot(bus, devfn); in pci_scan_child_bus_extend()
|
/Linux-v5.10/include/linux/ |
D | pci.h | 1040 int pci_scan_slot(struct pci_bus *bus, int devfn);
|