Searched refs:pci_create_root_bus (Results 1 – 7 of 7) 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()
|
H A D | lba_pci.c | 1625 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_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 | 900 vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start, in vmd_enable_domain()
|
/linux/include/linux/ |
H A D | pci.h | 1173 struct pci_bus *pci_create_root_bus(struct device *parent, int bus,
|