Searched refs:fdt_next_subnode (Results 1 – 5 of 5) sorted by relevance
71 _hidden int fdt_next_subnode(const void *fdt, int offset);
78 _hidden int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode() function
1176 nodeoff = fdt_next_subnode(pfdt, nodeoff)) { in copy_node()
10 /* Define to 1 if you have the declaration of `fdt_next_subnode', and to 0 if21 /* Define to 1 if you have the `fdt_next_subnode' function. */
455 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