Home
last modified time | relevance | path

Searched defs:RegStorePayload (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs490 pub(crate) struct RegStorePayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_STORE); struct
492 impl RegStorePayload { impl
506 unsafe impl FromBytes for RegStorePayload {} implementation
509 unsafe impl AsBytes for RegStorePayload {} implementation
592 pub(crate) fn reg_store_payload(&self) -> Result<RegStorePayload> { in reg_store_payload()