Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/of/
Dof_private.h130 extern int __of_remove_property(struct device_node *np, struct property *prop);
Ddynamic.c605 ret = __of_remove_property(ce->np, ce->prop); in __of_changeset_entry_apply()
Dbase.c1766 int __of_remove_property(struct device_node *np, struct property *prop) in __of_remove_property() function
1806 rc = __of_remove_property(np, prop); in of_remove_property()