Searched refs:build_node (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fstree.c | 22 tree = build_node(NULL, NULL, NULL); in read_fstree()
|
H A D | dtc-parser.y | 173 name_node(build_node(NULL, NULL, NULL), 255 $$ = build_node($2, $3, &@$);
|
H A D | livetree.c | 88 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 D | dtc.h | 233 struct node *build_node(struct property *proplist, struct node *children,
|
H A D | flattree.c | 738 node = build_node(NULL, NULL, NULL); in unflatten_tree()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | fstree.c | 22 tree = build_node(NULL, NULL, NULL); in read_fstree()
|
H A D | dtc-parser.y | 181 name_node(build_node(NULL, NULL, NULL), 268 $$ = build_node($2, $3, &@$);
|
H A D | livetree.c | 88 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() 815 node = build_node(NULL, NULL, NULL); in build_and_name_child_node()
|
H A D | dtc.h | 269 struct node *build_node(struct property *proplist, struct node *children,
|
H A D | flattree.c | 739 node = build_node(NULL, NULL, NULL); in unflatten_tree()
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kfigure.py | 484 return [self.build_node()] 486 def build_node(self): member in KernelRender
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kfigure.py | 582 return [self.build_node()] 584 def build_node(self): member in KernelRender
|
Completed in 9 milliseconds