Home
last modified time | relevance | path

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

/DragonStub/apps/lib/libfdt/
H A Dlibfdt.h202 int fdt_first_subnode(const void *fdt, int offset);
240 for (node = fdt_first_subnode(fdt, parent); \
H A Dfdt.c288 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() function