Home
last modified time | relevance | path

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

/DragonStub/apps/lib/libfdt/
H A Dlibfdt.h215 int fdt_next_subnode(const void *fdt, int offset);
242 node = fdt_next_subnode(fdt, node))
H A Dfdt.c299 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode() function