Home
last modified time | relevance | path

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

/drivers/of/
Dof_private.h45 extern int of_property_notify(int action, struct device_node *np,
51 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify() function
Ddynamic.c204 int of_property_notify(int action, struct device_node *np, in of_property_notify() function
533 ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_notify()
Dbase.c1891 of_property_notify(OF_RECONFIG_ADD_PROPERTY, np, prop, NULL); in of_add_property()
1959 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL); in of_remove_property()
2035 of_property_notify(OF_RECONFIG_UPDATE_PROPERTY, np, newprop, oldprop); in of_update_property()