Lines Matching defs:cset
67 * @cset: changeset to apply fragments to live device tree
79 struct of_changeset cset;
353 ret = of_changeset_add_property(&ovcs->cset, target->np,
356 ret = of_changeset_update_property(&ovcs->cset, target->np,
438 ret = of_changeset_attach_node(&ovcs->cset, tchild);
469 * @ovcs->cset changeset. If an added node has child nodes, they will
507 * Add the properties from __overlay__ node to the @ovcs->cset changeset.
540 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
574 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
601 * Check changeset @ovcs->cset for multiple {add or delete} node entries for
612 list_for_each_entry(ce_1, &ovcs->cset.entries, node) {
624 * Create changeset @ovcs->cset to contain the nodes and properties of the
627 * in @ovcs->cset.
856 if (ovcs->cset.entries.next)
857 of_changeset_destroy(&ovcs->cset);
941 ret = __of_changeset_apply_entries(&ovcs->cset, &ret_revert);
951 ret = __of_changeset_apply_notify(&ovcs->cset);
1034 of_changeset_init(&ovcs->cset);
1117 list_for_each_entry(ce, &ovcs->cset.entries, node) {
1150 list_for_each_entry(remove_ce, &remove_ovcs->cset.entries, node) {
1224 ret = __of_changeset_revert_entries(&ovcs->cset, &ret_apply);
1231 ret = __of_changeset_revert_notify(&ovcs->cset);