Searched refs:fdt_supernode_atdepth_offset (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_ro.c597 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, function
638 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
650 return fdt_supernode_atdepth_offset(fdt, nodeoffset,
H A Dlibfdt.h839 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
845 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
848 * fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, NULL);
851 * fdt_supernode_atdepth_offset(fdt, nodeoffset, D, NULL);
868 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,

Completed in 27 milliseconds