Lines Matching refs:rce
531 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
533 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
537 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
540 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
543 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
546 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
549 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
550 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
552 if (!rce->prop) { in __of_changeset_entry_invert()
553 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
554 rce->prop = ce->prop; in __of_changeset_entry_invert()