Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Dfstree.c22 tree = build_node(NULL, NULL, NULL); in read_fstree()
A Ddtc-parser.y173 name_node(build_node(NULL, NULL, NULL),
255 $$ = build_node($2, $3, &@$);
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()
A Ddtc.h269 struct node *build_node(struct property *proplist, struct node *children,
A Ddtc-parser.tab.c1437 name_node(build_node(NULL, NULL, NULL), in yyparse()
1528 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist), &(yyloc)); in yyparse()
A Dflattree.c739 node = build_node(NULL, NULL, NULL); in unflatten_tree()
/linux/Documentation/sphinx/
A Dkfigure.py472 return [self.build_node()]
474 def build_node(self): member in KernelRender

Completed in 17 milliseconds