Searched refs:__of_remove_property (Results 1 – 3 of 3) sorted by relevance
141 extern int __of_remove_property(struct device_node *np, struct property *prop);
1638 int __of_remove_property(struct device_node *np, struct property *prop) in __of_remove_property() function1678 rc = __of_remove_property(np, prop); in of_remove_property()
621 ret = __of_remove_property(ce->np, ce->prop); in __of_changeset_entry_apply()