Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Dfstree.c37 tree = build_node(NULL, NULL); in read_fstree()
Ddtc-parser.y179 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1);
240 $$ = build_node($2, $3);
Dlivetree.c100 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()
790 node = build_node(NULL, NULL); in build_and_name_child_node()
Ddtc.h204 struct node *build_node(struct property *proplist, struct node *children);
Dflattree.c753 node = build_node(NULL, NULL); in unflatten_tree()
/Linux-v4.19/Documentation/sphinx/
Dkfigure.py478 return [self.build_node()]
480 def build_node(self): member in KernelRender