Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
Ddtc.h192 struct node *build_node(struct property *proplist, struct node *children);
Ddtc-parser.y182 $$ = build_node($2, $3);
Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) in build_node() function
Dflattree.c751 node = build_node(NULL, NULL); in unflatten_tree()
Ddtc-parser.tab.c_shipped1571 (yyval.node) = build_node((yyvsp[-3].proplist), (yyvsp[-2].nodelist));