Searched refs:MsgFunction (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | fw.rs | 262 pub(crate) enum MsgFunction { enum 295 impl fmt::Display for MsgFunction { implementation 299 MsgFunction::Nop => write!(f, "NOP"), in fmt() 300 MsgFunction::SetGuestSystemInfo => write!(f, "SET_GUEST_SYSTEM_INFO"), in fmt() 301 MsgFunction::AllocRoot => write!(f, "ALLOC_ROOT"), in fmt() 302 MsgFunction::AllocDevice => write!(f, "ALLOC_DEVICE"), in fmt() 303 MsgFunction::AllocMemory => write!(f, "ALLOC_MEMORY"), in fmt() 304 MsgFunction::AllocCtxDma => write!(f, "ALLOC_CTX_DMA"), in fmt() 305 MsgFunction::AllocChannelDma => write!(f, "ALLOC_CHANNEL_DMA"), in fmt() 306 MsgFunction::MapMemory => write!(f, "MAP_MEMORY"), in fmt() [all …]
|
| H A D | cmdq.rs | 30 MsgFunction, 56 const FUNCTION: MsgFunction; 100 const FUNCTION: MsgFunction;
|