Lines Matching +full:in +full:- +full:tree
1 .. SPDX-License-Identifier: GPL-2.0
8 in the live tree in such a way that either the full set of changes
10 through applying the changeset, then the tree will be rolled back to the
14 When a changeset is applied, all of the changes get applied to the tree
16 receiver sees a complete and consistent state of the tree when it
21 1. of_changeset_init() - initializes a changeset
23 2. A number of DT tree change calls, of_changeset_attach_node(),
26 a set of changes. No changes to the active tree are made at this point.
27 All the change operations are recorded in the of_changeset 'entries'
30 3. of_changeset_apply() - Apply the changes to the tree. Either the
31 entire changeset will get applied, or if there is an error the tree will