Searched refs:get_marker_label (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.h | 224 struct marker *get_marker_label(struct node *tree, const char *label,
|
H A D | livetree.c | 454 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() function 472 m = get_marker_label(c, label, node, prop); in get_marker_label()
|
H A D | checks.c | 404 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.h | 295 struct marker *get_marker_label(struct node *tree, const char *label,
|
H A D | livetree.c | 473 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() function 491 m = get_marker_label(c, label, node, prop); in get_marker_label()
|
H A D | checks.c | 451 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
|