Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs457 pub(crate) struct RegWritePayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_WRITE); global() struct
459 impl RegWritePayload { global() implementation
472 unsafe impl FromBytes for RegWritePayload {} global() implementation
475 unsafe impl AsBytes for RegWritePayload {} global() implementation
593 reg_write_payload(&self) -> Result<RegWritePayload> reg_write_payload() argument