Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs508 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); global() struct
510 impl RegPollPayload { global() implementation
533 unsafe impl FromBytes for RegPollPayload {} global() implementation
536 unsafe impl AsBytes for RegPollPayload {} global() implementation
627 reg_poll_payload(&self) -> Result<RegPollPayload> reg_poll_payload() argument