Home
last modified time | relevance | path

Searched refs:fdt_next_subnode (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libfdt/
H A Dlibfdt.h182 int fdt_next_subnode(const void *fdt, int offset);
210 node = fdt_next_subnode(fdt, node))
H A Dfdt.c216 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode() function