Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.h223 struct marker *get_marker_label(struct node *tree, const char *label,
H A Dlivetree.c453 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() function
471 m = get_marker_label(c, label, node, prop); in get_marker_label()
H A Dchecks.c366 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.h259 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.c428 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()