Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/dtc/
H A 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()
610 add_property(node, build_property("linux,phandle", d, NULL)); in get_node_phandle()
614 add_property(node, build_property("phandle", d, NULL)); in get_node_phandle()
848 p = build_property(l->label, in generate_label_tree_internal()
H A Dfstree.c46 prop = build_property(xstrdup(de->d_name), in read_fstree()
H A Ddtc-parser.y273 $$ = build_property($1, $3, &@$);
277 $$ = build_property($1, empty_data, &@$);
H A Ddtc.h227 struct property *build_property(char *name, struct data val,
H A Dflattree.c680 return build_property(name, val, NULL); in flat_read_property()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dlivetree.c53 struct property *build_property(char *name, struct data val) in build_property() function
230 p = build_property("target", d); in add_orphan_node()
333 p = build_property(name, d); in append_to_property()
585 build_property("linux,phandle", in get_node_phandle()
591 build_property("phandle", in get_node_phandle()
826 p = build_property(l->label, in generate_label_tree_internal()
H A Ddtc-parser.y240 $$ = build_property($1, $3);
244 $$ = build_property($1, empty_data);
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name), in read_fstree()
H A Ddtc.h196 struct property *build_property(char *name, struct data val);
H A Ddtc-parser.tab.c
H A Dflattree.c695 return build_property(name, val); in flat_read_property()
H A Ddtc-parser.tab.c_shipped1645 (yyval.prop) = build_property((yyvsp[-3].propnodename), (yyvsp[-1].data));
1653 (yyval.prop) = build_property((yyvsp[-1].propnodename), empty_data);