Lines Matching full:live
13 is attached to the live tree dynamically, independent of the machine's
138 blob. And finally, if the machine's device tree (i.e live tree) is present,
139 then it attaches the unflattened test data tree to the live tree, else it
140 attaches itself as a live device tree.
143 live tree as explained below. To explain the same, the test data tree described
144 in Figure 2 is attached to the live tree described in Figure 1::
155 Figure 2: Example test data tree to be attached to live tree.
157 According to the scenario above, the live tree is already present so it isn't
162 given parent in live tree. But, if parent already has a child then the new node
164 data node is attached to the live tree above (Figure 1), the final structure is
200 Figure 3: Live device tree structure after attaching the testcase-data.
210 already present in the live tree), then the node isn't attached rather its
211 properties are updated to the live tree's node by calling the function
222 of_detach_node() to detach the nodes from the live device tree.