Lines Matching defs:cset
67 * @cset: changeset to apply fragments to live device tree
79 struct of_changeset cset;
365 ret = of_changeset_add_property(&ovcs->cset, target->np,
368 ret = of_changeset_update_property(&ovcs->cset, target->np,
447 ret = of_changeset_attach_node(&ovcs->cset, tchild);
478 * @ovcs->cset changeset. If an added node has child nodes, they will
514 * Add the properties from __overlay__ node to the @ovcs->cset changeset.
547 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
581 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
608 * Check changeset @ovcs->cset for multiple {add or delete} node entries for
619 list_for_each_entry(ce_1, &ovcs->cset.entries, node) {
631 * Create changeset @ovcs->cset to contain the nodes and properties of the
634 * in @ovcs->cset.
863 if (ovcs->cset.entries.next)
864 of_changeset_destroy(&ovcs->cset);
948 ret = __of_changeset_apply_entries(&ovcs->cset, &ret_revert);
958 ret = __of_changeset_apply_notify(&ovcs->cset);
1047 of_changeset_init(&ovcs->cset);
1126 list_for_each_entry(ce, &ovcs->cset.entries, node) {
1159 list_for_each_entry(remove_ce, &remove_ovcs->cset.entries, node) {
1236 ret = __of_changeset_revert_entries(&ovcs->cset, &ret_apply);
1243 ret = __of_changeset_revert_notify(&ovcs->cset);