Lines Matching refs:depth
193 int fdt_next_node(const void *fdt, int offset, int *depth);
903 * @supernodedepth: depth of the ancestor to find
907 * at a specific depth from the root (where the root itself has depth
908 * 0, its immediate subnodes depth 1 and so forth). So
911 * nodeoffset has depth D, then:
920 * of depth supernodedepth (>=0), on success
922 * -FDT_ERR_NOTFOUND, supernodedepth was greater than the depth of
933 * fdt_node_depth - find the depth of a given node
937 * fdt_node_depth() finds the depth of a given node. The root node
938 * has depth 0, its immediate subnodes depth 1 and so forth.
944 * depth of the node at nodeoffset (>=0), on success