Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.h221 struct property *get_property_by_label(struct node *tree, const char *label,
H A Dlivetree.c427 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() function
444 prop = get_property_by_label(c, label, node); in get_property_by_label()
H A Dchecks.c364 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.h257 struct property *get_property_by_label(struct node *tree, const char *label,
H A Dlivetree.c447 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() function
464 prop = get_property_by_label(c, label, node); in get_property_by_label()
H A Dchecks.c426 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()