Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs752 let offset = self.node_offset_by_phandle(phandle)?; in node_with_phandle()
759 let offset = self.node_offset_by_phandle(phandle)?; in node_mut_with_phandle()
Dlibfdt.rs84 fn node_offset_by_phandle(&self, phandle: Phandle) -> Result<Option<NodeOffset>> { in node_offset_by_phandle() method