Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/dtc/
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()
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()
Dfstree.c46 prop = build_property(xstrdup(de->d_name), in read_fstree()
Ddtc-parser.y269 $$ = build_property($1, $3, &@$);
273 $$ = build_property($1, empty_data, &@$);
Ddtc.h196 struct property *build_property(char *name, struct data val,
Dflattree.c680 return build_property(name, val, NULL); in flat_read_property()