Home
last modified time | relevance | path

Searched refs:pci_create_root_bus (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/s390/pci/
H A Dpci_bus.c203 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 Dprobe.c3057 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 Dpci_root.c1031 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
/openbmc/linux/arch/sparc/kernel/
H A Dpci.c708 bus = pci_create_root_bus(parent, pbm->pci_first_busno, pbm->pci_ops, in pci_scan_one_pbm()
/openbmc/linux/drivers/parisc/
H A Ddino.c1035 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
H A Dlba_pci.c1625 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
/openbmc/linux/drivers/pci/controller/
H A Dvmd.c915 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c1667 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
/openbmc/linux/include/linux/
H A Dpci.h1114 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,