Home
last modified time | relevance | path

Searched refs:rce (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/of/
Ddynamic.c505 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
507 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
511 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
514 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
517 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
520 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
523 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
524 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
526 if (!rce->prop) { in __of_changeset_entry_invert()
527 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
[all …]