Searched refs:pci_create_root_bus (Results 1 – 6 of 6) sorted by relevance
/drivers/pci/host/ |
D | pcie-iproc.c | 360 bus = pci_create_root_bus(pcie->dev, 0, &iproc_pcie_ops, sysdata, res); in iproc_pcie_setup()
|
D | pci-xgene.c | 547 bus = pci_create_root_bus(&pdev->dev, 0, in xgene_pcie_probe_bridge()
|
/drivers/pci/ |
D | probe.c | 2153 struct pci_bus *pci_create_root_bus(struct device *parent, int bus, in pci_create_root_bus() function 2258 EXPORT_SYMBOL_GPL(pci_create_root_bus); 2338 b = pci_create_root_bus(parent, bus, ops, sysdata, resources); in pci_scan_root_bus_msi() 2376 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources); in pci_scan_bus()
|
/drivers/acpi/ |
D | pci_root.c | 852 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
|
/drivers/parisc/ |
D | dino.c | 1015 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
|
D | lba_pci.c | 1589 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()
|