Searched refs:overlay_adjust_node_phandles (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 142 * overlay_adjust_node_phandles - Offsets the phandles of a node 147 * overlay_adjust_node_phandles() adds a constant to all the phandles 156 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() function 171 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles() 198 return overlay_adjust_node_phandles(fdto, 0, delta); in overlay_adjust_local_phandles()
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 127 * overlay_adjust_node_phandles - Offsets the phandles of a node 132 * overlay_adjust_node_phandles() adds a constant to all the phandles 141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() function 156 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles() 183 return overlay_adjust_node_phandles(fdto, 0, delta); in overlay_adjust_local_phandles()
|
Completed in 2 milliseconds