Lines Matching full:phandles

123  * overlay_adjust_node_phandles - Offsets the phandles of a node
126 * @delta: Offset to shift the phandles of
128 * overlay_adjust_node_phandles() adds a constant to all the phandles
131 * phandles to not conflict with the overlays of the base device tree.
161 * overlay_adjust_local_phandles - Adjust the phandles of a whole overlay
163 * @delta: Offset to shift the phandles of
166 * phandles of an overlay. This is mainly use as part of the overlay
168 * phandles to not conflict with the overlays of the base device tree.
177 * Start adjusting the phandles from the overlay root in overlay_adjust_local_phandles()
187 * @delta: Offset to shift the phandles of
189 * overlay_update_local_nodes_references() update the phandles
194 * where you want the device tree overlays phandles to not conflict
241 * phandles to fixup can be unaligned, so use in overlay_update_local_node_references()
274 * @delta: Offset to shift the phandles of
276 * overlay_update_local_references() update all the phandles pointing
281 * where you want the device tree overlays phandles to not conflict
294 /* There's no local phandles to adjust, bail out */ in overlay_update_local_references()
324 * you want all the phandles in the overlay to point to the actual
363 * overlay_fixup_phandle() resolves all the overlay phandles pointed
364 * to in a __fixups__ property, and updates them to match the phandles
368 * you want all the phandles in the overlay to point to the actual
457 * overlay_fixup_phandles - Resolve the overlay phandles to the base
462 * overlay_fixup_phandles() resolves all the overlay phandles pointing
466 * process, when you want all the phandles in the overlay to point to
539 * @fdt_phandle: Value to replace phandles with
542 * Replaces all phandles with value @fdto_phandle by @fdt_phandle.
619 * @fdt_phandle: Value to replace phandles with
622 * Replaces all phandles with value @fdto_phandle by @fdt_phandle.
703 * overlay_prevent_phandle_overwrite - Fixes overlay phandles to not overwrite base phandles
761 * application process, when all the phandles have been adjusted and
824 * process, when all the phandles have been adjusted and resolved and
1054 /* Increase all phandles in the fdto by delta */ in fdt_overlay_apply()
1064 /* Update fdto's phandles using symbols from fdt */ in fdt_overlay_apply()
1069 /* Don't overwrite phandles in fdt */ in fdt_overlay_apply()