Searched defs:FdtError (Results 1 – 2 of 2) sorted by relevance
24 pub enum FdtError { enum67 impl fmt::Display for FdtError { implementation95 impl error::Error for FdtError {} implementation
35 pub(crate) fn new(fdt: &'a Fdt, compatible: &'a CStr) -> Result<Self, FdtError> { in new() argument107 fn to_usize<T: TryInto<usize>>(num: T) -> Result<usize, FdtError> { in to_usize() argument295 pub(crate) fn new(node: &FdtNode<'a>) -> Result<Self, FdtError> { in new() argument344 pub(crate) fn new(node: &'a FdtNode) -> Result<Self, FdtError> { in new() argument