Searched refs:RegStorePayload (Results 1 – 1 of 1) sorted by relevance
490 pub(crate) struct RegStorePayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_STORE); struct492 impl RegStorePayload { impl506 unsafe impl FromBytes for RegStorePayload {} implementation509 unsafe impl AsBytes for RegStorePayload {} implementation592 pub(crate) fn reg_store_payload(&self) -> Result<RegStorePayload> { in reg_store_payload() argument600 core::mem::size_of::<RegStorePayload>(), in reg_store_payload()603 Ok(*RegStorePayload::from_bytes(payload_bytes).ok_or(EINVAL)?) in reg_store_payload()