Lines Matching full:node

199  * The /aliases node is not automatically included by fdtgrep unless the
202 * reference a node that fdtgrep includes.
224 int node, node_end, offset; in fdt_add_alias_regions() local
227 node = fdt_subnode_offset(fdt, 0, "aliases"); in fdt_add_alias_regions()
228 if (node < 0) in fdt_add_alias_regions()
232 * Find the next node so that we know where the /aliases node ends. We in fdt_add_alias_regions()
233 * need special handling if /aliases is the last node. in fdt_add_alias_regions()
235 node_end = fdt_next_subnode(fdt, node); in fdt_add_alias_regions()
249 for (offset = fdt_first_property_offset(fdt, node); in fdt_add_alias_regions()
266 fdt_add_region(info, base + node, 12); in fdt_add_alias_regions()
280 * fdt_include_supernodes() - Include supernodes required by this node
284 * When we decided to include a node or property which is not at the top
293 * If we decide to include testing then we need the root node to have a valid
368 * Note: in this description 'included' means that a node (or other part
410 * the inclusion of properties which are pulled in by virtue of the node
411 * they are in. So if you include a node, its properties are also
465 * a node. in fdt_next_region()
510 * the case where it adds the node we are in fdt_next_region()
535 /* Build the full path of this node */ in fdt_next_region()
544 * If we are not intending to include this node unless in fdt_next_region()
575 * stack with the state for this node in fdt_next_region()
587 * If we don't want this node, stop right away, unless in fdt_next_region()