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

/linux-master/drivers/of/
H A Dof_private.h46 extern int of_property_notify(int action, struct device_node *np,
56 static inline int of_property_notify(int action, struct device_node *np, function
H A Ddynamic.c184 int of_property_notify(int action, struct device_node *np, function
589 ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop);
H A Dbase.c1650 of_property_notify(OF_RECONFIG_ADD_PROPERTY, np, prop, NULL);
1700 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL);
1763 of_property_notify(OF_RECONFIG_UPDATE_PROPERTY, np, newprop, oldprop);

Completed in 104 milliseconds