Home
last modified time | relevance | path

Searched refs:TryFrom (Results 1 – 8 of 8) sorted by relevance

/linux/rust/kernel/str/
H A Dparse_int.rs79 pub trait ParseInt: private::FromStrRadix + TryFrom<u64> {
/linux/rust/kernel/num/
H A Dbounded.rs464 U: TryFrom<T> + Integer, in cast()
1021 $type: Integer + TryFrom<T>,
/linux/rust/kernel/
H A Dpci.rs500 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &Device<Ctx> { impl
H A Dplatform.rs538 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &Device<Ctx> { impl
H A Di2c.rs519 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &I2cClient<Ctx> { impl
H A Dstr.rs867 impl<'a> TryFrom<&'a CStr> for CString {
/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs263 impl TryFrom<u32> for MsgFunction {
349 impl TryFrom<u32> for SeqBufOpcode {
/linux/rust/kernel/pci/
H A Did.rs112 impl TryFrom<u32> for ClassMask {