Searched refs:__of_add_property (Results 1 – 3 of 3) sorted by relevance
68 extern int __of_add_property(struct device_node *np, struct property *prop);
433 if (__of_add_property(node, new_pp)) { in __of_node_dup()563 ret = __of_add_property(ce->np, ce->prop); in __of_changeset_entry_apply()
1697 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property() function1726 rc = __of_add_property(np, prop); in of_add_property()