Home
last modified time | relevance | path

Searched refs:build_node (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dfstree.c22 tree = build_node(NULL, NULL, NULL); in read_fstree()
H A Ddtc-parser.y181 name_node(build_node(NULL, NULL, NULL),
268 $$ = build_node($2, $3, &@$);
H A Dlivetree.c88 struct node *build_node(struct property *proplist, struct node *children, in build_node() function
251 node = build_node(p, new_node, NULL); in add_orphan_node()
815 node = build_node(NULL, NULL, NULL); in build_and_name_child_node()
H A Ddtc.h269 struct node *build_node(struct property *proplist, struct node *children,
H A Dflattree.c739 node = build_node(NULL, NULL, NULL); in unflatten_tree()
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
H A Ddtc-parser.y178 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1);
227 $$ = build_node($2, $3);
H A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) in build_node() function
235 node = build_node(p, new_node); in add_orphan_node()
770 node = build_node(NULL, NULL); in build_and_name_child_node()
H A Ddtc.h202 struct node *build_node(struct property *proplist, struct node *children);
H A Dflattree.c753 node = build_node(NULL, NULL); in unflatten_tree()
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py478 return [self.build_node()]
480 def build_node(self): member in KernelRender
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py582 return [self.build_node()]
584 def build_node(self): member in KernelRender