Lines Matching defs:cset
65 * @cset: changeset to apply fragments to live device tree
75 struct of_changeset cset;
355 ret = of_changeset_add_property(&ovcs->cset, target->np,
358 ret = of_changeset_update_property(&ovcs->cset, target->np,
440 ret = of_changeset_attach_node(&ovcs->cset, tchild);
471 * @ovcs->cset changeset. If an added node has child nodes, they will
509 * Add the properties from __overlay__ node to the @ovcs->cset changeset.
542 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
576 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
603 * Check changeset @ovcs->cset for multiple {add or delete} node entries for
614 list_for_each_entry(ce_1, &ovcs->cset.entries, node) {
626 * Create changeset @ovcs->cset to contain the nodes and properties of the
629 * in @ovcs->cset.
756 of_changeset_init(&ovcs->cset);
850 if (ovcs->cset.entries.next)
851 of_changeset_destroy(&ovcs->cset);
968 ret = __of_changeset_apply_entries(&ovcs->cset, &ret_revert);
978 ret = __of_changeset_apply_notify(&ovcs->cset);
1108 list_for_each_entry(ce, &ovcs->cset.entries, node) {
1141 list_for_each_entry(remove_ce, &remove_ovcs->cset.entries, node) {
1221 ret = __of_changeset_revert_entries(&ovcs->cset, &ret_apply);
1228 ret = __of_changeset_revert_notify(&ovcs->cset);