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.rs199 fn node_mut_with_phandle() { in node_mut_with_phandle() function
205 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle()
210 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle()
/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs758 pub fn node_mut_with_phandle(&mut self, phandle: Phandle) -> Result<Option<FdtNodeMut>> { in node_mut_with_phandle() method