Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs193 pub(crate) enum MsgFunction { enum
226 impl fmt::Display for MsgFunction { implementation
230 MsgFunction::Nop => write!(f, "NOP"), in fmt()
231 MsgFunction::SetGuestSystemInfo => write!(f, "SET_GUEST_SYSTEM_INFO"), in fmt()
232 MsgFunction::AllocRoot => write!(f, "ALLOC_ROOT"), in fmt()
233 MsgFunction::AllocDevice => write!(f, "ALLOC_DEVICE"), in fmt()
234 MsgFunction::AllocMemory => write!(f, "ALLOC_MEMORY"), in fmt()
235 MsgFunction::AllocCtxDma => write!(f, "ALLOC_CTX_DMA"), in fmt()
236 MsgFunction::AllocChannelDma => write!(f, "ALLOC_CHANNEL_DMA"), in fmt()
237 MsgFunction::MapMemory => write!(f, "MAP_MEMORY"), in fmt()
[all …]
H A Dcmdq.rs34 MsgFunction,
60 const FUNCTION: MsgFunction;
104 const FUNCTION: MsgFunction;