Searched refs:from_errno (Results 1 – 7 of 7) sorted by relevance
393 return Err(Error::from_errno(irq)); in irq_by_index()407 return Err(Error::from_errno(irq)); in optional_irq_by_index()420 return Err(Error::from_errno(irq)); in irq_by_name()436 return Err(Error::from_errno(irq)); in optional_irq_by_name()
123 pub fn from_errno(errno: crate::ffi::c_int) -> Error { in from_errno() method436 Err(Error::from_errno(err)) in to_result()
78 return Err(Error::from_errno(ret)); in request_internal()
258 error: Error::from_errno(errno), in store()
584 return Err(Error::from_errno(res as i32)); in raw_strncpy_from_user()
379 return Err(Error::from_errno(ret)); in new()
108 return Err(crate::error::Error::from_errno(irq)); in try_into()