Searched refs:pci_create_root_bus (Results 1 – 6 of 6) sorted by relevance
/linux/arch/s390/pci/ |
H A D | pci_bus.c | 204 bus = pci_create_root_bus(NULL, ZPCI_BUS_NR, ops, zbus, &zbus->resources); in zpci_bus_create_pci_bus()
|
/linux/drivers/pci/ |
H A D | probe.c | 3193 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function 3220 EXPORT_SYMBOL_GPL(pci_create_root_bus); 3383 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus() 3412 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
|
/linux/drivers/parisc/ |
H A D | dino.c | 1035 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
|
/linux/drivers/acpi/ |
H A D | pci_root.c | 1025 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
|
/linux/drivers/pci/controller/ |
H A D | vmd.c | 903 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
|
/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 193 * pci_create_root_bus(). 1666 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
|