Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs439 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); struct
441 impl RegPollPayload { impl
464 unsafe impl FromBytes for RegPollPayload {} implementation
467 unsafe impl AsBytes for RegPollPayload {} implementation
558 pub(crate) fn reg_poll_payload(&self) -> Result<RegPollPayload> { in reg_poll_payload() argument
566 core::mem::size_of::<RegPollPayload>(), in reg_poll_payload()
569 Ok(*RegPollPayload::from_bytes(payload_bytes).ok_or(EINVAL)?) in reg_poll_payload()