Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Ddtc.h295 struct marker *get_marker_label(struct node *tree, const char *label,
H A Dlivetree.c474 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() function
492 m = get_marker_label(c, label, node, prop); in get_marker_label()
H A Dchecks.c452 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()