Searched refs:get_property_by_label (Results 1 – 3 of 3) sorted by relevance
214 struct property *get_property_by_label(struct node *tree, const char *label,
421 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() function438 prop = get_property_by_label(c, label, node); in get_property_by_label()
364 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()