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.rs461 U: TryFrom<T> + Integer,
1060 $type: Integer + TryFrom<T>, in from()
/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.rs518 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &I2cClient<Ctx> {
519 impl<Ctx: device::DeviceContext> TryFrom<&device::Device<Ctx>> for &I2cClient<Ctx> { global() impl
H A Dstr.rs886 impl<'a> TryFrom<&'a CStr> for CString {
/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs294 impl TryFrom<u32> for MsgFunction {
370 impl TryFrom<u32> for SeqBufOpcode { in try_from()
/linux/rust/kernel/pci/
H A Did.rs112 impl TryFrom<u32> for ClassMask {