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

/linux-master/scripts/dtc/
H A Dfstree.c46 prop = build_property(xstrdup(de->d_name),
H A Dlivetree.c39 struct property *build_property(char *name, struct data val, function
240 p = build_property("target-path", d, NULL);
245 p = build_property("target", d, NULL);
353 p = build_property(name, d, NULL);
637 add_property(node, build_property("linux,phandle", d, NULL));
641 add_property(node, build_property("phandle", d, NULL));
875 p = build_property(l->label,
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);

Completed in 307 milliseconds