Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.c835 static const char *rec_hdr_str = "Index Offset ErrType Bank/CU TimeStamp Offs/Addr M… variable
848 strlen(rec_hdr_str) + rec_hdr_fmt_size * control->ras_num_recs; in amdgpu_ras_debugfs_table_size()
909 data_len = strlen(tbl_hdr_str) + tbl_hdr_fmt_size + strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()
916 if (copy_to_user(buf, &rec_hdr_str[lpos], data_len)) in amdgpu_ras_debugfs_table_read()
933 strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()
936 strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()