Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Ddtc.h293 struct property *get_property_by_label(struct node *tree, const char *label,
H A Dlivetree.c448 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() function
465 prop = get_property_by_label(c, label, node); in get_property_by_label()
H A Dchecks.c450 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()