Searched refs:pci_create_root_bus (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/pci/ |
D | probe.c | 2975 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function 3002 EXPORT_SYMBOL_GPL(pci_create_root_bus); 3152 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus() 3181 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
|
/Linux-v5.10/drivers/pci/controller/ |
D | vmd.c | 690 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
|
D | pci-hyperv.c | 1861 hbus->pci_bus = pci_create_root_bus(&hbus->hdev->device, in create_root_hv_pci_bus()
|
/Linux-v5.10/drivers/acpi/ |
D | pci_root.c | 909 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
|
/Linux-v5.10/drivers/parisc/ |
D | dino.c | 1012 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
|
D | lba_pci.c | 1624 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | pci.c | 709 bus = pci_create_root_bus(parent, pbm->pci_first_busno, pbm->pci_ops, in pci_scan_one_pbm()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | pci-common.c | 1569 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
|
/Linux-v5.10/include/linux/ |
D | pci.h | 1018 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,
|