Lines Matching full:tree
5 * libfdt - Flat Device Tree manipulation
50 * Internal helpers to access tructural elements of the device tree
83 * You should have another method of validating the device tree, such as a
91 * This does essentially no checks. Only the latest device-tree
93 * tree may cause undefined behaviour or crashes. Invalid parameters
96 * If an error occurs when modifying the tree it may leave the tree in
102 * Only use this if you have a fully validated device tree with
108 * This assumes that the device tree is sane. i.e. header metadata
117 * Note: Only checks that relate exclusively to the device tree itself
127 * extensive checking of parameters and the device tree, making various
136 * This disables checks for device-tree version and removes all code
139 * Only enable this if you know you have a device tree with the latest
145 * This assumes that it is OK for a failed addition to the device tree,
149 * leave the tree in a sub-optimal state.
154 * This assumes that the device tree components appear in a 'convenient'
158 * This order is not specified by the device-tree specification,
159 * but is expected by libfdt. The device-tree compiler always created
164 * device tree is correctly ordered. See fdt_blocks_misordered_().