Lines Matching full:tree

3  * libfdt - Flat Device Tree manipulation
16 * @fdto: pointer to the device tree overlay blob
89 * @fdt: Base device tree blob
90 * @node: Device tree overlay blob
124 * @fdto: Device tree overlay blob
131 * phandles to not conflict with the overlays of the base device tree.
162 * @fdto: Device tree overlay blob
168 * phandles to not conflict with the overlays of the base device tree.
184 * @fdto: Device tree overlay blob
190 * pointing to a node within the device tree overlay by adding a
193 * This is mainly used as part of a device tree application process,
194 * where you want the device tree overlays phandles to not conflict
195 * with the ones from the base device tree before merging them.
273 * @fdto: Device tree overlay blob
277 * to a node within the device tree overlay by adding a constant
280 * This is mainly used as part of a device tree application process,
281 * where you want the device tree overlays phandles to not conflict
282 * with the ones from the base device tree before merging them.
302 * Update our local references from the root of the tree in overlay_update_local_references()
310 * @fdt: Base Device Tree blob
311 * @fdto: Device tree overlay blob
312 * @symbols_off: Node offset of the symbols node in the base device tree
321 * a node in the base device tree.
323 * This is part of the device tree overlay application process, when
358 * @fdt: Base Device Tree blob
359 * @fdto: Device tree overlay blob
360 * @symbols_off: Node offset of the symbols node in the base device tree
365 * in use in the base device tree.
367 * This is part of the device tree overlay application process, when
458 * device tree
459 * @fdt: Base Device Tree blob
460 * @fdto: Device tree overlay blob
463 * to nodes in the base device tree.
465 * This is one of the steps of the device tree overlay application
503 * @fdto: Device tree overlay
536 * @fdto: Device tree overlay blob
618 * @fdto: Device tree overlay blob
647 * @fdt: Base Device tree blob
649 * @fdto: Device tree overlay blob
704 * @fdt: Base Device Tree blob
705 * @fdto: Device tree overlay blob
751 * overlay_apply_node - Merges a node into the base device tree
752 * @fdt: Base Device Tree blob
753 * @target: Node offset in the base device tree to apply the fragment to
754 * @fdto: Device tree overlay blob
757 * overlay_apply_node() merges a node into a target base device tree
760 * This is part of the final step in the device tree overlay
763 * tree.
817 * overlay_merge - Merge an overlay into its base device tree
818 * @fdt: Base Device Tree blob
819 * @fdto: Device tree overlay blob
821 * overlay_merge() merges an overlay into its base device tree.
823 * This is the next to last step in the device tree overlay application
825 * you just have to merge overlay into the base device tree.
892 * overlay_symbol_update - Update the symbols of base tree after a merge
893 * @fdt: Base Device Tree blob
894 * @fdto: Device tree overlay blob
896 * overlay_symbol_update() updates the symbols of the base tree with the
899 * This is the last step in the device tree overlay application
956 * up in the target tree */ in overlay_symbol_update()
976 * up in the target tree */ in overlay_symbol_update()
1096 * The base device tree might have been damaged, erase its in fdt_overlay_apply()