Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs291 fn allocate_command(&mut self, size: usize) -> Result<GspCommand<'_>> { in allocate_command()
320 Ok(GspCommand { in allocate_command()
376 struct GspCommand<'a> { struct