Searched refs:__of_add_property (Results 1 – 4 of 4) sorted by relevance
136 extern int __of_add_property(struct device_node *np, struct property *prop);
473 if (__of_add_property(node, new_pp)) { in __of_node_dup()616 ret = __of_add_property(ce->np, ce->prop); in __of_changeset_entry_apply()
1558 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property() function1599 rc = __of_add_property(np, prop); in of_add_property()
3653 if (__of_add_property(of_symbols, new_prop)) { in of_unittest_overlay_high_level()