Lines Matching refs:rce
506 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
508 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
512 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
515 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
518 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
521 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
524 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
525 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
527 if (!rce->prop) { in __of_changeset_entry_invert()
528 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
529 rce->prop = ce->prop; in __of_changeset_entry_invert()