Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py838 return _root_and_path_to_node(self.root, path, path)
846 return _root_and_path_to_node(self.alias2node[alias], rest, path)
1774 return _root_and_path_to_node(self.root, path, path)
2111 def _root_and_path_to_node(cur, path, fullpath): function