Home
last modified time | relevance | path

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

/drivers/of/
Ddynamic.c483 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
485 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
489 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
492 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
495 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
498 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
501 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
502 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
504 if (!rce->prop) { in __of_changeset_entry_invert()
505 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
[all …]
/drivers/rtc/
Drtc-ds1685.c1506 DS1685_RTC_SYSFS_CTRL_REG_RW(rce);