Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dfalcon.rs54 fn try_from(value: u8) -> Result<Self> { in try_from() method
89 fn try_from(value: u8) -> Result<Self> { in try_from() method
133 fn try_from(value: u8) -> Result<Self> { in try_from() method
165 fn try_from(value: u8) -> Result<Self> { in try_from() method
187 fn try_from(value: u8) -> Result<Self> { in try_from() method
244 fn try_from(value: u8) -> Result<Self> { in try_from() method
H A Dgpu.rs117 fn try_from(value: u8) -> Result<Self> { in try_from() method
H A Dvbios.rs737 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method
880 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method
/linux/rust/kernel/
H A Dplatform.rs321 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
H A Dpci.rs484 fn try_from(dev: &device::Device<Ctx>) -> Result<Self, Self::Error> { in try_from() method
H A Dstr.rs948 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method