Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c1042 static const char *rec_hdr_str = "Index Offset ErrType Bank/CU TimeStamp Offs/Addr M… variable
1055 strlen(rec_hdr_str) + rec_hdr_fmt_size * control->ras_num_recs; in amdgpu_ras_debugfs_table_size()
1116 data_len = strlen(tbl_hdr_str) + tbl_hdr_fmt_size + strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()
1123 if (copy_to_user(buf, &rec_hdr_str[lpos], data_len)) in amdgpu_ras_debugfs_table_read()
1140 strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()
1143 strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()