Searched refs:build_node (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/scripts/dtc/ |
| H A D | fstree.c | 37 tree = build_node(NULL, NULL); in read_fstree()
|
| H A D | dtc-parser.y | 178 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1); 227 $$ = build_node($2, $3);
|
| H A D | livetree.c | 100 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 D | dtc.h | 202 struct node *build_node(struct property *proplist, struct node *children);
|
| H A D | flattree.c | 753 node = build_node(NULL, NULL); in unflatten_tree()
|
| /openbmc/u-boot/Documentation/sphinx/ |
| H A D | kfigure.py | 478 return [self.build_node()] 480 def build_node(self): member in KernelRender
|