of_property_notify 1854 drivers/of/base.c 		of_property_notify(OF_RECONFIG_ADD_PROPERTY, np, prop, NULL);
of_property_notify 1906 drivers/of/base.c 		of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL);
of_property_notify 1967 drivers/of/base.c 		of_property_notify(OF_RECONFIG_UPDATE_PROPERTY, np, newprop, oldprop);
of_property_notify  553 drivers/of/dynamic.c 		ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop);
of_property_notify   43 drivers/of/of_private.h extern int of_property_notify(int action, struct device_node *np,