Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.y215 $$ = name_node(build_node(NULL, NULL), "");
222 $$ = build_node($2, $3);
H A Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
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()
766 node = build_node(NULL, NULL); in build_and_name_child_node()
H A Ddtc.h201 struct node *build_node(struct property *proplist, struct node *children);
H A Ddtc-parser.tab.c
H A Dflattree.c753 node = build_node(NULL, NULL); in unflatten_tree()
H A Ddtc-parser.tab.c_shipped1613 (yyval.node) = name_node(build_node(NULL, NULL), "");
1621 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist));
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfstree.c22 tree = build_node(NULL, NULL, NULL); in read_fstree()
H A Ddtc-parser.y173 name_node(build_node(NULL, NULL, NULL),
255 $$ = 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()
788 node = build_node(NULL, NULL, NULL); in build_and_name_child_node()
H A Ddtc.h233 struct node *build_node(struct property *proplist, struct node *children,
H A Dflattree.c738 node = build_node(NULL, NULL, NULL); in unflatten_tree()
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkfigure.py484 return [self.build_node()]
486 def build_node(self): member in KernelRender