Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs260 pub(crate) enum MsgFunction { enum
294 impl TryFrom<u32> for MsgFunction { implementation
297 fn try_from(value: u32) -> Result<MsgFunction> { in try_from()
786 function: MsgFunction, in init()
834 pub(crate) fn function(&self) -> Result<MsgFunction, u32> { in function()