Lines Matching refs:nodedepth
595 int supernodedepth, int *nodedepth)
612 if (nodedepth)
613 *nodedepth = depth;
634 int nodedepth;
637 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
641 return nodedepth;
646 int nodedepth = fdt_node_depth(fdt, nodeoffset);
648 if (nodedepth < 0)
649 return nodedepth;
651 nodedepth - 1, NULL);