Home
last modified time | relevance | path

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

/drivers/pci/host/
Dpcie-iproc.c360 bus = pci_create_root_bus(pcie->dev, 0, &iproc_pcie_ops, sysdata, res); in iproc_pcie_setup()
Dpci-xgene.c547 bus = pci_create_root_bus(&pdev->dev, 0, in xgene_pcie_probe_bridge()
/drivers/pci/
Dprobe.c2153 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/
Dpci_root.c852 bus = pci_create_root_bus(NULL, busnum, ops->pci_ops, in acpi_pci_root_create()
/drivers/parisc/
Ddino.c1015 dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev, in dino_probe()
Dlba_pci.c1589 pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start, in lba_driver_probe()