Lines Matching full:nodes
51 /* We set a reasonable limit on the number of nested nodes */
62 /* Keeps track of the state at parent nodes */
92 * Given a list of nodes to include and properties to exclude, find
97 * for all nodes but exclude the property "data", then you will get the
103 * Nodes which are given in 'inc' are included in the region list, as
104 * are the names of the immediate subnodes nodes (but not the properties
151 * Given a nodes and properties to include and properties to exclude, find
157 * that node. Trees can be subsetted easily, by specifying the nodes that
166 * for all nodes but exclude the property "data", then you will get the
173 * from source, and nodes are reordered (the bytes-stream will be emitted
178 * The nodes/properties to include/exclude are defined by a function
288 * Once a device tree grep is complete some of the nodes will be present
289 * and some will have been dropped. This function checks all the alias nodes
290 * to figure out which points point to nodes which are still present. These
291 * aliases need to be kept, along with the nodes they reference.