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.rs262 pub(crate) enum MsgFunction { enum
295 impl fmt::Display for MsgFunction { implementation
332 impl TryFrom<u32> for MsgFunction { implementation
335 fn try_from(value: u32) -> Result<MsgFunction> { in try_from()
857 function: MsgFunction, in init()
905 pub(crate) fn function(&self) -> Result<MsgFunction, u32> { in function()