pci_create_root_bus
bus = pci_create_root_bus(hose->parent, hose->first_busno,
bus = pci_create_root_bus(NULL, ZPCI_BUS_NR, ops, zbus, &zbus->resources);
bus = pci_create_root_bus(parent, pbm->pci_first_busno, pbm->pci_ops,
bus = pci_create_root_bus(NULL, busnum, ops->pci_ops,
dino_dev->hba.hba_bus = bus = pci_create_root_bus(&dev->dev,
pci_create_root_bus(&dev->dev, lba_dev->hba.bus_num.start,
vmd->bus = pci_create_root_bus(&vmd->dev->dev, vmd->busn_start,
EXPORT_SYMBOL_GPL(pci_create_root_bus);
b = pci_create_root_bus(parent, bus, ops, sysdata, resources);
b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources);
struct pci_bus *pci_create_root_bus(struct device *parent, int bus,