Home
last modified time | relevance | path

Searched refs:build_property (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dlivetree.c39 struct property *build_property(char *name, struct data val, in build_property() function
240 p = build_property("target-path", d, NULL); in add_orphan_node()
245 p = build_property("target", d, NULL); in add_orphan_node()
353 p = build_property(name, d, NULL); in append_to_property()
637 add_property(node, build_property("linux,phandle", d, NULL)); in get_node_phandle()
641 add_property(node, build_property("phandle", d, NULL)); in get_node_phandle()
875 p = build_property(l->label, in generate_label_tree_internal()
H A Dfstree.c46 prop = build_property(xstrdup(de->d_name), in read_fstree()
H A Ddtc-parser.y286 $$ = build_property($1, $3, &@$);
290 $$ = build_property($1, empty_data, &@$);
H A Ddtc.h263 struct property *build_property(char *name, struct data val,
H A Dflattree.c681 return build_property(name, val, NULL); in flat_read_property()
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c53 struct property *build_property(char *name, struct data val) in build_property() function
230 p = build_property("target", d); in add_orphan_node()
334 p = build_property(name, d); in append_to_property()
589 build_property("linux,phandle", in get_node_phandle()
595 build_property("phandle", in get_node_phandle()
830 p = build_property(l->label, in generate_label_tree_internal()
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name), in read_fstree()
H A Ddtc-parser.y245 $$ = build_property($1, $3);
249 $$ = build_property($1, empty_data);
H A Ddtc.h197 struct property *build_property(char *name, struct data val);
H A Dflattree.c695 return build_property(name, val); in flat_read_property()