Home
last modified time | relevance | path

Searched refs:__of_update_property (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/of/
H A Dof_private.h142 extern int __of_update_property(struct device_node *np,
H A Dbase.c1688 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property() function
1741 rc = __of_update_property(np, newprop, &oldprop); in of_update_property()
H A Ddynamic.c625 ret = __of_update_property(ce->np, ce->prop, &ce->old_prop); in __of_changeset_entry_apply()