Lines Matching refs:rce
501 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
503 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
507 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
510 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
513 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
516 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
519 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
520 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
522 if (!rce->prop) { in __of_changeset_entry_invert()
523 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
524 rce->prop = ce->prop; in __of_changeset_entry_invert()