Lines Matching refs:rce
467 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
469 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
473 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
476 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
479 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
482 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
485 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
486 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
488 if (!rce->prop) { in __of_changeset_entry_invert()
489 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
490 rce->prop = ce->prop; in __of_changeset_entry_invert()