Home
last modified time | relevance | path

Searched refs:from_errno (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/
H A Dplatform.rs393 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()
H A Derror.rs123 pub fn from_errno(errno: crate::ffi::c_int) -> Error { in from_errno() method
436 Err(Error::from_errno(err)) in to_result()
H A Dfirmware.rs78 return Err(Error::from_errno(ret)); in request_internal()
H A Dxarray.rs258 error: Error::from_errno(errno), in store()
H A Duaccess.rs584 return Err(Error::from_errno(res as i32)); in raw_strncpy_from_user()
H A Dauxiliary.rs379 return Err(Error::from_errno(ret)); in new()
/linux/rust/kernel/pci/
H A Dirq.rs108 return Err(crate::error::Error::from_errno(irq)); in try_into()