Searched refs:get_node_by_ref (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/scripts/dtc/
H A Ddtc-parser.y150 struct node *target = get_node_by_ref($1, $2);
160 struct node *target = get_node_by_ref($1, $3);
H A Dchecks.c383 if (node != get_node_by_ref(root, m->ref)) for_each_marker_of_type()
466 refnode = get_node_by_ref(dt, m->ref); for_each_marker_of_type()
490 refnode = get_node_by_ref(dt, m->ref); for_each_marker_of_type()
H A Ddtc.h216 struct node *get_node_by_ref(struct node *tree, const char *ref);
H A Dlivetree.c512 struct node *get_node_by_ref(struct node *tree, const char *ref) get_node_by_ref() function

Completed in 68 milliseconds