Lines Matching refs:old_prop
128 struct property *prop, *old_prop = NULL; in of_reconfig_get_state_change() local
143 old_prop = pr->old_prop; in of_reconfig_get_state_change()
159 if (old_prop) in of_reconfig_get_state_change()
160 old_status_state = !strcmp(old_prop->value, "okay") || in of_reconfig_get_state_change()
161 !strcmp(old_prop->value, "ok"); in of_reconfig_get_state_change()
215 pr.old_prop = oldprop; in of_property_notify()
501 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
502 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
533 ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_notify()
547 struct property *old_prop, **propp; in __of_changeset_entry_apply() local
599 ret = __of_update_property(ce->np, ce->prop, &old_prop); in __of_changeset_entry_apply()
630 __of_update_property_sysfs(ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_apply()
809 ce->old_prop = of_find_property(np, prop->name, NULL); in of_changeset_action()