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