Lines Matching full:base
45 * @fdt: Base device tree blob
50 * overlay_get_target() retrieves the target offset in the base
55 * the targeted node offset in the base device tree
104 * @fdt: Base device tree blob
150 * phandles to not conflict with the overlays of the base device tree.
187 * phandles to not conflict with the overlays of the base device tree.
214 * with the ones from the base device tree before merging them.
315 * delta to not conflict with the base overlay.
319 * with the ones from the base device tree before merging them.
346 * overlay_fixup_one_phandle - Set an overlay phandle to the base one
347 * @fdt: Base Device Tree blob
349 * @symbols_off: Node offset of the symbols node in the base device tree
358 * a node in the base device tree.
362 * base dt nodes.
410 * overlay_fixup_phandle - Set an overlay phandle to the base one
411 * @fdt: Base Device Tree blob
413 * @symbols_off: Node offset of the symbols node in the base device tree
418 * in use in the base device tree.
422 * base dt nodes.
494 * overlay_fixup_phandles - Resolve the overlay phandles to the base
496 * @fdt: Base Device Tree blob
500 * to nodes in the base device tree.
504 * the actual base dt nodes.
522 /* And base DTs without symbols */ in overlay_fixup_phandles()
539 * overlay_apply_node - Merges a node into the base device tree
540 * @fdt: Base Device Tree blob
541 * @target: Node offset in the base device tree to apply the fragment to
545 * overlay_apply_node() merges a node into a target base device tree
550 * resolved and you just have to merge overlay into the base device
605 * overlay_merge - Merge an overlay into its base device tree
606 * @fdt: Base Device Tree blob
609 * overlay_merge() merges an overlay into its base device tree.
613 * you just have to merge overlay into the base device tree.
680 * overlay_symbol_update - Update the symbols of base tree after a merge
681 * @fdt: Base Device Tree blob
684 * overlay_symbol_update() updates the symbols of the base tree with the
876 * The base device tree might have been damaged, erase its in fdt_overlay_apply()