Searched refs:add_orphan_node (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | dtc-parser.y | 180 $$ = add_orphan_node( 209 add_orphan_node($1, $3, $2); 233 add_orphan_node($1, $3, $2);
|
H A D | dtc.h | 277 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
|
H A D | livetree.c | 228 struct node * add_orphan_node(struct node *dt, struct node *new_node, char *ref) in add_orphan_node() function
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc-parser.y | 178 $$ = add_orphan_node(name_node(build_node(NULL, NULL), ""), $2, $1); 204 add_orphan_node($1, $3, $2);
|
H A D | dtc.h | 207 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
|
H A D | livetree.c | 219 struct node * add_orphan_node(struct node *dt, struct node *new_node, char *ref) in add_orphan_node() function
|