Home | History | Annotate | Download | only in libfdt

Lines Matching refs:nodedepth

442 				 int supernodedepth, int *nodedepth)
459 if (nodedepth)
460 *nodedepth = depth;
479 int nodedepth;
482 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth);
485 return nodedepth;
490 int nodedepth = fdt_node_depth(fdt, nodeoffset);
492 if (nodedepth < 0)
493 return nodedepth;
495 nodedepth - 1, NULL);