Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/pci/
H A Did.rs115 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
/linux/drivers/block/rnull/
H A Dconfigfs.rs94 fn try_from(value: u8) -> Result<Self> { in try_from() method
/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs266 fn try_from(value: u32) -> Result<MsgFunction> { in try_from() method
352 fn try_from(value: u32) -> Result<SeqBufOpcode> { in try_from() method
/linux/rust/kernel/
H A Dplatform.rs519 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
H A Dpci.rs496 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
H A Di2c.rs522 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
H A Dstr.rs870 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method