/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | cardbus.c | 74 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0)); in cb_alloc()
|
/kernel/linux/linux-5.10/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 | s390_pci_hpc.c | 69 pci_scan_slot(zbus->bus, zdev->devfn); in enable_slot()
|
H A D | cpci_hotplug_pci.c | 262 n = pci_scan_slot(slot->bus, slot->devfn); in cpci_configure_slot() 263 dbg("%s: pci_scan_slot returned %d", __func__, n); in cpci_configure_slot()
|
H A D | ibmphp_core.c | 751 num = pci_scan_slot(bus, in ibm_configure_device()
|
H A D | acpiphp_glue.c | 432 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); in acpiphp_rescan_slot() 552 * pci_scan_slot(), whether they have associated ACPI hotplug in disable_slot()
|
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()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | pciehp_pci.c | 54 num = pci_scan_slot(parent, PCI_DEVFN(0, 0)); in pciehp_configure_device()
|
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 | cpci_hotplug_pci.c | 260 n = pci_scan_slot(slot->bus, slot->devfn); in cpci_configure_slot() 261 dbg("%s: pci_scan_slot returned %d", __func__, n); 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() 561 * pci_scan_slot(), whether they have associated ACPI hotplug in disable_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()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | cardbus.c | 74 s->functions = pci_scan_slot(bus, PCI_DEVFN(0, 0)); in cb_alloc()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci-hotplug.c | 127 * we don't check the return value from pci_scan_slot() in in pci_hp_add_devices() 132 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in pci_hp_add_devices()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | pci-hotplug.c | 128 * we don't check the return value from pci_scan_slot() in in pci_hp_add_devices() 133 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in pci_hp_add_devices()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | probe.c | 2593 * pci_scan_slot - Scan a PCI slot on a bus for devices 2603 int pci_scan_slot(struct pci_bus *bus, int devfn) in pci_scan_slot() function 2632 EXPORT_SYMBOL(pci_scan_slot); variable 2828 nr_devs = pci_scan_slot(bus, devfn); in pci_scan_child_bus_extend()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | probe.c | 2665 * pci_scan_slot - Scan a PCI slot on a bus for devices 2675 int pci_scan_slot(struct pci_bus *bus, int devfn) in pci_scan_slot() function 2708 EXPORT_SYMBOL(pci_scan_slot); variable 2903 pci_scan_slot(bus, devfn); in pci_scan_child_bus_extend()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1045 int pci_scan_slot(struct pci_bus *bus, int devfn);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 1136 int pci_scan_slot(struct pci_bus *bus, int devfn);
|