Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs366 fn allocate_command(&mut self, size: usize, timeout: Delta) -> Result<GspCommand<'_>> { in allocate_command() method
636 .allocate_command(size_in_bytes, Self::ALLOCATE_TIMEOUT)?; in send_single_command()