Searched refs:get_property_by_label (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/scripts/dtc/ |
D | dtc.h | 222 struct property *get_property_by_label(struct node *tree, const char *label,
|
D | livetree.c | 428 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() function 445 prop = get_property_by_label(c, label, node); in get_property_by_label()
|
D | checks.c | 402 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
|
/external/dtc/ |
D | dtc.h | 220 struct property *get_property_by_label(struct node *tree, const char *label,
|
D | livetree.c | 421 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() function 438 prop = get_property_by_label(c, label, node); in get_property_by_label()
|
D | checks.c | 364 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
|