Searched refs:get_node_by_label (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | livetree.c | 538 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label() function 550 node = get_node_by_label(child, label); in get_node_by_label() 589 return get_node_by_label(tree, ref); in get_node_by_ref()
|
| H A D | dtc.h | 263 struct node *get_node_by_label(struct node *tree, const char *label);
|
| H A D | checks.c | 423 othernode = get_node_by_label(dt, label); in check_duplicate_label()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | livetree.c | 519 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label() function 531 node = get_node_by_label(child, label); in get_node_by_label() 567 return get_node_by_label(tree, ref); in get_node_by_ref()
|
| H A D | dtc.h | 227 struct node *get_node_by_label(struct node *tree, const char *label);
|
| H A D | checks.c | 361 othernode = get_node_by_label(dt, label); in check_duplicate_label()
|