Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs566 match inner.receive_msg::<M::Reply>(Self::RECEIVE_TIMEOUT) { in send_command()
594 pub(crate) fn receive_msg<M: MessageFromGsp>(&self, timeout: Delta) -> Result<M> in receive_msg() method
599 self.inner.lock().receive_msg(timeout) in receive_msg()
813 fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg() method