Home
last modified time | relevance | path

Searched refs:nodedepth (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dfdt_ro.c595 int supernodedepth, int *nodedepth) in fdt_supernode_atdepth_offset() argument
612 if (nodedepth) in fdt_supernode_atdepth_offset()
613 *nodedepth = depth; in fdt_supernode_atdepth_offset()
634 int nodedepth; in fdt_node_depth() local
637 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, 0, &nodedepth); in fdt_node_depth()
641 return nodedepth; in fdt_node_depth()
646 int nodedepth = fdt_node_depth(fdt, nodeoffset); in fdt_parent_offset() local
648 if (nodedepth < 0) in fdt_parent_offset()
649 return nodedepth; in fdt_parent_offset()
651 nodedepth - 1, NULL); in fdt_parent_offset()
Dlibfdt.h897 int supernodedepth, int *nodedepth);
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.py1252 def __init__(self, nodename, nodedepth): argument
1255 self.depth = nodedepth