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.rs62 type InitError; global() typedef
66 init(&self) -> impl Init<Self::Command, Self::InitError> init() argument
103 type InitError; global() typedef
115 read( msg: &Self::Message, sbuffer: &mut SBufferIter<core::array::IntoIter<&[u8], 2>>, ) -> Result<Self, Self::InitError> read() argument
469 send_command<M>(&mut self, bar: &Bar0, command: M) -> Result where M: CommandToGsp, Error: From<M::InitError>, send_command() argument
623 receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> where Error: From<M::InitError>, receive_msg() argument
[all...]