Home
last modified time | relevance | path

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

/scripts/dtc/
Dfstree.c46 prop = build_property(de->d_name, in read_fstree()
Dlivetree.c39 struct property *build_property(const 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()
354 p = build_property(name, d, NULL); in append_to_property()
633 add_property(node, build_property(name, d, NULL)); in add_phandle_property()
883 p = build_property(l->label, in generate_label_tree_internal()
Ddtc-parser.y286 $$ = build_property($1, $3, &@$);
291 $$ = build_property($1, empty_data, &@$);
Ddtc.h263 struct property *build_property(const char *name, struct data val,
Dflattree.c681 return build_property(name, val, NULL); in flat_read_property()