Searched refs:build_node (Results 1 – 5 of 5) sorted by relevance
| /scripts/dtc/ |
| A D | fstree.c | 37 tree = build_node(NULL, NULL); in read_fstree()
|
| A D | dtc-parser.y | 187 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1); 253 $$ = build_node($2, $3);
|
| A D | livetree.c | 100 struct node *build_node(struct property *proplist, struct node *children) in build_node() function 255 node = build_node(p, new_node); in add_orphan_node() 816 node = build_node(NULL, NULL); in build_and_name_child_node()
|
| A D | dtc.h | 202 struct node *build_node(struct property *proplist, struct node *children);
|
| A D | flattree.c | 751 node = build_node(NULL, NULL); in unflatten_tree()
|
Completed in 9 milliseconds