Lines Matching defs:include

8 #include <fdt_support.h>
9 #include <linux/libfdt_env.h>
10 #include <fdt_region.h>
13 #include <fdt.h>
14 #include <linux/libfdt.h>
16 #include "fdt_host.h"
54 int include = 0;
69 include = want >= 2;
76 include = 0;
80 include = want >= 2;
108 include = want;
115 include = want;
125 include = 1;
129 if (include && start == -1) {
139 if (!include && start != -1) {
218 * aliases are special in that we generally want to include those which
221 * In fact we want to include only aliases for those nodes still included in
301 * When we decided to include a node or property which is not at the top
310 * If we decide to include testing then we need the root node to have a valid
320 * Work down the stack looking for supernodes that we didn't include.
322 * no previous subnode had to include these nodes, or if it did, we
399 * finds something to include, it sets info->start to its offset. This
400 * marks the start of the region we want to include.
432 * to include when there is no specific information provided by the
435 * they are in. So if you include a node, its properties are also
444 * Using 'want' we work out 'include', which tells us whether this
446 * value of 'include' changes, that means we are on a boundary between
447 * nodes to include and nodes to exclude. At this point we either close
486 * be included or not. We set the variable 'include' to indicate our
487 * decision. 'want' is used to track what we want to include - it
495 int include = 0;
527 include = p.want >= WANT_NODES_AND_PROPS;
529 include = val;
531 * Make sure we include the } for this block.
546 include = p.want >= WANT_NODES_AND_PROPS;
568 * If we are not intending to include this node unless
598 * Decide whether to include this tag, and update our
601 include = p.want;
602 info->stack[p.depth].included = include;
606 include = p.want;
624 /* We always include the end tag */
625 include = 1;
631 if (include && info->start == -1) {
644 if (!include && info->start != -1) {