Home
last modified time | relevance | path

Searched refs:fdt_supernode_atdepth_offset (Results 1 – 4 of 4) sorted by relevance

/external/dtc/tests/
Dsupernode_atdepth_offset.c93 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset, in check_supernode_atdepth()
117 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL); in check_supernode_overdepth()
/external/dtc/libfdt/
Dversion.lds22 fdt_supernode_atdepth_offset;
Dfdt_ro.c441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() function
482 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); in fdt_node_depth()
494 return fdt_supernode_atdepth_offset(fdt, nodeoffset, in fdt_parent_offset()
Dlibfdt.h784 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,