Home
last modified time | relevance | path

Searched refs:__of_add_property (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/of/
H A Dof_private.h136 extern int __of_add_property(struct device_node *np, struct property *prop);
H A Ddynamic.c473 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()
H A Dbase.c1558 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property() function
1599 rc = __of_add_property(np, prop); in of_add_property()
H A Dunittest.c3653 if (__of_add_property(of_symbols, new_prop)) { in of_unittest_overlay_high_level()