Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_libfdt_compat.h71 _hidden int fdt_next_subnode(const void *fdt, int offset);
A Dlibxl_libfdt_compat.c78 _hidden int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode() function
A Dlibxl_arm.c1176 nodeoff = fdt_next_subnode(pfdt, nodeoff)) { in copy_node()
/tools/
A Dconfig.h.in10 /* Define to 1 if you have the declaration of `fdt_next_subnode', and to 0 if
21 /* Define to 1 if you have the `fdt_next_subnode' function. */
A Dconfigure.ac455 AC_CHECK_FUNCS([fdt_first_subnode fdt_next_subnode])
456 AC_CHECK_DECLS([fdt_first_subnode, fdt_next_subnode],,,[#include <libfdt.h>])

Completed in 33 milliseconds