Home
last modified time | relevance | path

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

/linux/scripts/dtc/
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()
823 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()