Home
last modified time | relevance | path

Searched refs:try_from (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/nova-core/
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
A Dregs.rs30 Architecture::try_from( in architecture()
41 .and_then(Chipset::try_from) in chipset()
A Dgpu.rs44 fn try_from(value: u32) -> Result<Self, Self::Error> {
117 fn try_from(value: u8) -> Result<Self> { in try_from() method
A Dvbios.rs737 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method
772 BiosImage::try_from(self) in into_image()
880 fn try_from(base: BiosImageBase) -> Result<Self> { in try_from() method
/drivers/gpu/nova-core/regs/
A Dmacros.rs250 { |f| <$try_into_type>::try_from(f as $type) } $try_into_type =>

Completed in 12 milliseconds