Lines Matching refs:rce
536 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
538 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
542 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
545 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
548 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
551 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
554 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
555 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
557 if (!rce->prop) { in __of_changeset_entry_invert()
558 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
559 rce->prop = ce->prop; in __of_changeset_entry_invert()