Home
last modified time | relevance | path

Searched refs:FW_ATT_RECORD (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fw_attestation.c43 struct FW_ATT_RECORD { struct
62 struct FW_ATT_RECORD fw_att_record = {0}; in amdgpu_fw_attestation_debugfs_read() argument
64 if (size < sizeof(struct FW_ATT_RECORD)) { in amdgpu_fw_attestation_debugfs_read()
99 sizeof(struct FW_ATT_RECORD), in amdgpu_fw_attestation_debugfs_read()
105 if (copy_to_user(buf, (void *)&fw_att_record, sizeof(struct FW_ATT_RECORD))) in amdgpu_fw_attestation_debugfs_read()
108 *pos += sizeof(struct FW_ATT_RECORD); in amdgpu_fw_attestation_debugfs_read()
110 return sizeof(struct FW_ATT_RECORD); in amdgpu_fw_attestation_debugfs_read()