Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 6 of 6) 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/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.rs541 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
H A Dpci.rs503 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