Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ras_eeprom.c899 static const char *tbl_hdr_str = " Signature Version FirstOffs Size Checksum\n"; variable
914 return strlen(tbl_hdr_str) + tbl_hdr_fmt_size + in amdgpu_ras_debugfs_table_size()
943 data_len = strlen(tbl_hdr_str); in amdgpu_ras_debugfs_table_read()
947 if (copy_to_user(buf, &tbl_hdr_str[*pos], data_len)) in amdgpu_ras_debugfs_table_read()
954 data_len = strlen(tbl_hdr_str) + tbl_hdr_fmt_size; in amdgpu_ras_debugfs_table_read()
968 lpos = *pos - strlen(tbl_hdr_str); in amdgpu_ras_debugfs_table_read()
976 data_len = strlen(tbl_hdr_str) + tbl_hdr_fmt_size + strlen(rec_hdr_str); in amdgpu_ras_debugfs_table_read()
982 lpos = *pos - strlen(tbl_hdr_str) - tbl_hdr_fmt_size; in amdgpu_ras_debugfs_table_read()
999 s = *pos - strlen(tbl_hdr_str) - tbl_hdr_fmt_size - in amdgpu_ras_debugfs_table_read()
1002 r = *pos - strlen(tbl_hdr_str) - tbl_hdr_fmt_size - in amdgpu_ras_debugfs_table_read()

Completed in 5 milliseconds