Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs198 fn node_mut_with_phandle() { in node_mut_with_phandle() function
204 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle()
209 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle()
/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs757 pub fn node_mut_with_phandle(&mut self, phandle: Phandle) -> Result<Option<FdtNodeMut>> { in node_mut_with_phandle() method