Searched refs:build_property (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | livetree.c | 39 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 D | fstree.c | 46 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
| H A D | dtc-parser.y | 273 $$ = build_property($1, $3, &@$); 277 $$ = build_property($1, empty_data, &@$);
|
| H A D | dtc.h | 227 struct property *build_property(char *name, struct data val,
|
| H A D | flattree.c | 680 return build_property(name, val, NULL); in flat_read_property()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| 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 | fstree.c | 61 prop = build_property(xstrdup(de->d_name), in read_fstree()
|
| H A D | dtc.h | 196 struct property *build_property(char *name, struct data val);
|
| H A D | dtc-parser.tab.c | |
| 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);
|