Lines Matching full:included

198  * The /aliases node is not automatically included by fdtgrep unless the
199 * command-line arguments cause to be included (or not excluded). However
203 * In fact we want to include only aliases for those nodes still included in
305 * marked them as included (on the stack) already. in fdt_include_supernodes()
308 if (!info->stack[i].included) { in fdt_include_supernodes()
316 /* Remember that this supernode is now included */ in fdt_include_supernodes()
317 info->stack[i].included = 1; in fdt_include_supernodes()
367 * Note: in this description 'included' means that a node (or other part
368 * of the tree) should be included in the region list, i.e. it will have
373 * (p.nextoffset) to see if that should be included or not. When it
378 * scanning until we find something that we don't want included. This
401 * for this tag (let's say because the previous tag is included and this
402 * FDT_END_NODE tag is not included) then we will only commit the result
411 * included. In this case 'want' will be WANT_NODES_AND_PROPS. The
415 * included, and properties will be skipped. If WANT_NOTHING is
420 * current tag should be included or not. As you can imagine, if the
428 * region for each if it is to be included). For mem_rsvmap we don't
461 * be included or not. We set the variable 'include' to indicate our in fdt_next_region()
577 info->stack[p.depth].included = include; in fdt_next_region()
605 /* If this tag is to be included, mark it as region start */ in fdt_next_region()
616 * If this tag is not to be included, finish up the current in fdt_next_region()