Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs62 type InitError; typedef
66 fn init(&self) -> impl Init<Self::Command, Self::InitError>; in init()
103 type InitError; typedef
115 ) -> Result<Self, Self::InitError>; in read() argument
469 Error: From<M::InitError>, in send_command()
623 pub(crate) fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg()
H A Dsequencer.rs50 type InitError = Error; typedef
56 ) -> Result<Self, Self::InitError> { in read() argument