HomeSort by: relevance | last modified time | path
    Searched defs:overlay_adjust_node_phandles (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 144 * overlay_adjust_node_phandles - Offsets the phandles of a node
149 * overlay_adjust_node_phandles() adds a constant to all the phandles
158 static int overlay_adjust_node_phandles(void *fdto, int node, function in typeref:typename:int
173 ret = overlay_adjust_node_phandles(fdto, child, delta);
200 return overlay_adjust_node_phandles(fdto, 0, delta);
fdt_overlay.c 144 * overlay_adjust_node_phandles - Offsets the phandles of a node
149 * overlay_adjust_node_phandles() adds a constant to all the phandles
158 static int overlay_adjust_node_phandles(void *fdto, int node, function in typeref:typename:int
173 ret = overlay_adjust_node_phandles(fdto, child, delta);
200 return overlay_adjust_node_phandles(fdto, 0, delta);

Completed in 28 milliseconds