Lines Matching refs:rce
538 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
540 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
544 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
547 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
550 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
553 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
556 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
557 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
559 if (!rce->prop) { in __of_changeset_entry_invert()
560 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
561 rce->prop = ce->prop; in __of_changeset_entry_invert()