Searched refs:__of_update_property (Results 1 – 3 of 3) sorted by relevance
133 extern int __of_update_property(struct device_node *np,
619 ret = __of_update_property(ce->np, ce->prop, &old_prop); in __of_changeset_entry_apply()
1874 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property() function1921 rc = __of_update_property(np, newprop, &oldprop); in of_update_property()