Searched refs:build_property (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | fstree.c | 61 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
| H A D | livetree.c | 53 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 D | dtc-parser.y | 240 $$ = build_property($1, $3); 244 $$ = build_property($1, empty_data);
|
| H A D | dtc.h | 196 struct property *build_property(char *name, struct data val);
|
| H A D | flattree.c | 695 return build_property(name, val); in flat_read_property()
|
| H A D | dtc-parser.tab.c_shipped | 1645 (yyval.prop) = build_property((yyvsp[-3].propnodename), (yyvsp[-1].data)); 1653 (yyval.prop) = build_property((yyvsp[-1].propnodename), empty_data);
|