Home
last modified time | relevance | path

Searched defs:InitError (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs66 type InitError; typedef
70 fn init(&self) -> impl Init<Self::Command, Self::InitError>; in init()
107 type InitError; typedef
119 ) -> Result<Self, Self::InitError>; in read() argument
496 Error: From<M::InitError>, in send_command()
650 pub(crate) fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg()