Searched refs:build_property (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | livetree.c | 39 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 D | fstree.c | 46 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
H A D | dtc-parser.y | 286 $$ = build_property($1, $3, &@$); 290 $$ = build_property($1, empty_data, &@$);
|
H A D | dtc.h | 263 struct property *build_property(char *name, struct data val,
|
H A D | flattree.c | 681 return build_property(name, val, NULL); in flat_read_property()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | livetree.c | 53 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 D | fstree.c | 61 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
H A D | dtc-parser.y | 245 $$ = build_property($1, $3); 249 $$ = build_property($1, empty_data);
|
H A D | dtc.h | 197 struct property *build_property(char *name, struct data val);
|
H A D | flattree.c | 695 return build_property(name, val); in flat_read_property()
|