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