Lines Matching defs:bus
71 hose->bus = bridge->bus;
76 next_busno = hose->bus->busn_res.end + 1;
77 /* Don't allow 8-bit bus number overflow inside the hose -
84 pci_bus_size_bridges(hose->bus);
85 pci_bus_assign_resources(hose->bus);
86 pci_bus_add_devices(hose->bus);
131 * Scan the bus if it is register after the PCI subsystem
146 pr_warn("Skipping PCI bus scan due to resource conflict\n");
224 pcibios_bus_report_status(struct pci_bus *bus, unsigned int status_mask,
229 list_for_each_entry(dev, &bus->devices, bus_list) {
236 if (dev->bus->number == 0 && dev->devfn == 0)
253 list_for_each_entry(dev, &bus->devices, bus_list)
263 if (unlikely(!hose->bus))
267 pcibios_bus_report_status(hose->bus, status_mask, warn);