Lines Matching refs:node
350 struct pci_controller* pci_find_hose_for_OF_device(struct device_node* node)
352 while(node) {
355 if (hose->dn == node)
357 node = node->parent;
658 * @dev: device node of the host bridge
662 * node and setup the resource mapping of a pci controller based on its
981 /* Fixup NUMA node as it may not be setup yet by the generic
1205 list_for_each_entry(b, &bus->children, node)
1338 list_for_each_entry(b, &pci_root_buses, node)
1350 list_for_each_entry(b, &pci_root_buses, node)
1392 list_for_each_entry(child_bus, &bus->children, node)
1569 struct device_node *node = hose->dn;
1572 pr_debug("PCI: Scanning PHB %pOF\n", node);
1598 if (node && hose->controller_ops.probe_mode)
1602 of_scan_bus(node, bus);
1619 list_for_each_entry(child, &bus->children, node)