Lines Matching defs:depth
228 int depth;
232 for (depth = 0;
233 (offset >= 0) && (depth >= 0);
234 offset = fdt_next_node(fdt, offset, &depth))
235 if ((depth == 1)
239 if (depth < 0)
545 int offset, depth, namelen;
553 for (offset = 0, depth = 0;
555 offset = fdt_next_node(fdt, offset, &depth)) {
556 while (pdepth > depth) {
563 if (pdepth >= depth) {
576 if (pdepth < (depth + 1))
597 int offset, depth;
605 for (offset = 0, depth = 0;
607 offset = fdt_next_node(fdt, offset, &depth)) {
608 if (depth == supernodedepth)
613 *nodedepth = depth;
615 if (supernodedepth > depth)