Searched refs:build_property (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/scripts/dtc/ |
| 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() 611 add_property(node, build_property("linux,phandle", d, NULL)); in get_node_phandle() 615 add_property(node, build_property("phandle", d, NULL)); in get_node_phandle() 849 p = build_property(l->label, in generate_label_tree_internal()
|
| D | fstree.c | 46 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
| D | dtc-parser.y | 269 $$ = build_property($1, $3, &@$); 273 $$ = build_property($1, empty_data, &@$);
|
| D | dtc.h | 196 struct property *build_property(char *name, struct data val,
|
| D | flattree.c | 680 return build_property(name, val, NULL); in flat_read_property()
|