Home
last modified time | relevance | path

Searched refs:get_marker_label (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Ddtc.h224 struct marker *get_marker_label(struct node *tree, const char *label,
H A Dlivetree.c454 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 Dchecks.c404 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
/openbmc/linux/scripts/dtc/
H A Ddtc.h295 struct marker *get_marker_label(struct node *tree, const char *label,
H A Dlivetree.c473 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 Dchecks.c451 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()