Searched refs:pci_create_root_bus (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/s390/pci/ |
H A D | pci_bus.c | 203 bus = pci_create_root_bus(NULL, ZPCI_BUS_NR, ops, zbus, &zbus->resources); in zpci_bus_create_pci_bus()
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 3057 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function 3084 EXPORT_SYMBOL_GPL(pci_create_root_bus); 3234 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus() 3263 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_root.c | 1031 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci.c | 708 bus = pci_create_root_bus(parent, pbm->pci_first_busno, pbm->pci_ops, in pci_scan_one_pbm()
|
/openbmc/linux/drivers/parisc/ |
H A D | dino.c | 1035 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
|
H A D | lba_pci.c | 1625 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | vmd.c | 915 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 1667 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1114 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,
|