Searched refs:overlay_phandle_add_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 103 * overlay_phandle_add_offset - Increases a phandle by an offset 109 * overlay_phandle_add_offset() increments a node phandle by a given 116 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() function 162 ret = overlay_phandle_add_offset(fdto, node, "phandle", delta); in overlay_adjust_node_phandles() 166 ret = overlay_phandle_add_offset(fdto, node, "linux,phandle", delta); in overlay_adjust_node_phandles()
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 88 * overlay_phandle_add_offset - Increases a phandle by an offset 94 * overlay_phandle_add_offset() increments a node phandle by a given 101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() function 147 ret = overlay_phandle_add_offset(fdto, node, "phandle", delta); in overlay_adjust_node_phandles() 151 ret = overlay_phandle_add_offset(fdto, node, "linux,phandle", delta); in overlay_adjust_node_phandles()
|
Completed in 3 milliseconds