Searched refs:RegPollPayload (Results 1 – 1 of 1) sorted by relevance
439 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); struct441 impl RegPollPayload { impl464 unsafe impl FromBytes for RegPollPayload {} implementation467 unsafe impl AsBytes for RegPollPayload {} implementation558 pub(crate) fn reg_poll_payload(&self) -> Result<RegPollPayload> { in reg_poll_payload() argument566 core::mem::size_of::<RegPollPayload>(), in reg_poll_payload()569 Ok(*RegPollPayload::from_bytes(payload_bytes).ok_or(EINVAL)?) in reg_poll_payload()