Lines Matching refs:depth
462 static void dts_put_depth(int depth) in dts_put_depth() argument
464 while (depth --> 0) in dts_put_depth()
514 int depth = 0; in ofw_node_dump_dts() local
520 dts_put_depth(depth); in ofw_node_dump_dts()
527 ++depth; in ofw_node_dump_dts()
531 dts_put_depth(depth); in ofw_node_dump_dts()
596 --depth; in ofw_node_dump_dts()
603 ++depth; in ofw_node_dump_dts()
607 dts_put_depth(depth); in ofw_node_dump_dts()
618 --depth; in ofw_node_dump_dts()
620 if (depth >= 0) in ofw_node_dump_dts()
622 dts_put_depth(depth); in ofw_node_dump_dts()