Searched refs:node_mut_with_phandle (Results 1 – 2 of 2) sorted by relevance
198 fn node_mut_with_phandle() { in node_mut_with_phandle() function204 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()
757 pub fn node_mut_with_phandle(&mut self, phandle: Phandle) -> Result<Option<FdtNodeMut>> { in node_mut_with_phandle() method