Home
last modified time | relevance | path

Searched refs: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() argument
103 type InitError; typedef
115 ) -> Result<Self, Self::InitError>; in read() argument
469 Error: From<M::InitError>, in send_command() argument
626 Error: From<M::InitError>, in receive_msg()
H A Dsequencer.rs50 type InitError = Error; typedef
56 ) -> Result<Self, Self::InitError> { in read() argument