Lines Matching refs:old_prop
113 struct property *prop, *old_prop = NULL; in of_reconfig_get_state_change() local
128 old_prop = pr->old_prop; in of_reconfig_get_state_change()
144 if (old_prop) in of_reconfig_get_state_change()
145 old_status_state = !strcmp(old_prop->value, "okay") || in of_reconfig_get_state_change()
146 !strcmp(old_prop->value, "ok"); in of_reconfig_get_state_change()
200 pr.old_prop = oldprop; in of_property_notify()
549 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
550 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
582 ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_notify()
597 struct property *old_prop, **propp; in __of_changeset_entry_apply() local
649 ret = __of_update_property(ce->np, ce->prop, &old_prop); in __of_changeset_entry_apply()
680 __of_update_property_sysfs(ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_apply()
955 ce->old_prop = of_find_property(np, prop->name, NULL); in of_changeset_action()