Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_fw_attestation.c44 typedef struct FW_ATT_RECORD struct
53 } FW_ATT_RECORD; argument
64 FW_ATT_RECORD fw_att_record = {0}; in amdgpu_fw_attestation_debugfs_read()
66 if (size < sizeof(FW_ATT_RECORD)) { in amdgpu_fw_attestation_debugfs_read()
101 sizeof(FW_ATT_RECORD), in amdgpu_fw_attestation_debugfs_read()
107 if (copy_to_user(buf, (void*)&fw_att_record, sizeof(FW_ATT_RECORD))) in amdgpu_fw_attestation_debugfs_read()
110 *pos += sizeof(FW_ATT_RECORD); in amdgpu_fw_attestation_debugfs_read()
112 return sizeof(FW_ATT_RECORD); in amdgpu_fw_attestation_debugfs_read()

Completed in 2 milliseconds