Searched refs:add_property (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/dtc/ |
H A D | fstree.c | 50 add_property(tree, prop); in read_fstree()
|
H A D | livetree.c | 187 add_property(old_node, new_prop); in merge_nodes() 267 void add_property(struct node *node, struct property *prop) in add_property() function 355 add_property(node, p); in append_to_property() 633 add_property(node, build_property(name, d, NULL)); in add_phandle_property() 887 add_property(an, p); in generate_label_tree_internal()
|
H A D | dtc.h | 279 void add_property(struct node *node, struct property *prop);
|
H A D | flattree.c | 760 add_property(node, prop); in unflatten_tree()
|