Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tbl_hdr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ras_eeprom.c
148
__encode_table_header_to_buff(&control->
tbl_hdr
, buff + EEPROM_ADDRESS_SIZE);
in __update_table_header()
165
for (i = 0; i < sizeof(control->
tbl_hdr
) - sizeof(control->
tbl_hdr
.checksum); i++)
in __calc_hdr_byte_sum()
166
tbl_sum += *(((unsigned char *)&control->
tbl_hdr
) + i);
in __calc_hdr_byte_sum()
211
control->
tbl_hdr
.checksum = 256 - (control->tbl_byte_sum % 256);
in __update_tbl_checksum()
220
if (control->
tbl_hdr
.checksum + (control->tbl_byte_sum % 256) != 256) {
in __validate_tbl_checksum()
221
DRM_WARN("Checksum mismatch, checksum: %u ", control->
tbl_hdr
.checksum);
in __validate_tbl_checksum()
233
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
in amdgpu_ras_eeprom_correct_header_tag()
249
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
in amdgpu_ras_eeprom_reset_table()
277
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
in amdgpu_ras_eeprom_init()
[all...]
H
A
D
amdgpu_ras_eeprom.h
46
struct amdgpu_ras_eeprom_table_header
tbl_hdr
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ras_eeprom.c
265
__encode_table_header_to_buf(&control->
tbl_hdr
, buf);
in __write_table_header()
358
sz = sizeof(control->
tbl_hdr
) - sizeof(control->
tbl_hdr
.checksum);
in __calc_hdr_byte_sum()
359
pp = (u8 *) &control->
tbl_hdr
;
in __calc_hdr_byte_sum()
386
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
in amdgpu_ras_eeprom_correct_header_tag()
417
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
in amdgpu_ras_eeprom_reset_table()
545
if (con->eeprom_control.
tbl_hdr
.header == RAS_TABLE_HDR_BAD) {
in amdgpu_ras_eeprom_check_err_threshold()
732
control->
tbl_hdr
.header = RAS_TABLE_HDR_BAD;
in amdgpu_ras_eeprom_update_header()
733
if (control->
tbl_hdr
.version == RAS_TABLE_VER_V2_1) {
in amdgpu_ras_eeprom_update_header()
739
if (control->
tbl_hdr
in amdgpu_ras_eeprom_update_header()
[all...]
H
A
D
amdgpu_ras_eeprom.h
62
struct amdgpu_ras_eeprom_table_header
tbl_hdr
;
member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_venus.c
723
struct hfi_queue_table_header *
tbl_hdr
;
in venus_interface_queues_init()
local
759
tbl_hdr
= hdev->ifaceq_table.kva;
in venus_interface_queues_init()
760
tbl_hdr
->version = 0;
in venus_interface_queues_init()
761
tbl_hdr
->size = IFACEQ_TABLE_SIZE;
in venus_interface_queues_init()
762
tbl_hdr
->qhdr0_offset = sizeof(struct hfi_queue_table_header);
in venus_interface_queues_init()
763
tbl_hdr
->qhdr_size = sizeof(struct hfi_queue_header);
in venus_interface_queues_init()
764
tbl_hdr
->num_q = IFACEQ_NUM;
in venus_interface_queues_init()
765
tbl_hdr
->num_active_q = IFACEQ_NUM;
in venus_interface_queues_init()
1640
struct hfi_queue_table_header *
tbl_hdr
;
in venus_hfi_queues_reinit()
local
1664
tbl_hdr
in venus_hfi_queues_reinit()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_venus.c
779
struct hfi_queue_table_header *
tbl_hdr
;
in venus_interface_queues_init()
local
815
tbl_hdr
= hdev->ifaceq_table.kva;
in venus_interface_queues_init()
816
tbl_hdr
->version = 0;
in venus_interface_queues_init()
817
tbl_hdr
->size = IFACEQ_TABLE_SIZE;
in venus_interface_queues_init()
818
tbl_hdr
->qhdr0_offset = sizeof(struct hfi_queue_table_header);
in venus_interface_queues_init()
819
tbl_hdr
->qhdr_size = sizeof(struct hfi_queue_header);
in venus_interface_queues_init()
820
tbl_hdr
->num_q = IFACEQ_NUM;
in venus_interface_queues_init()
821
tbl_hdr
->num_active_q = IFACEQ_NUM;
in venus_interface_queues_init()
1713
struct hfi_queue_table_header *
tbl_hdr
;
in venus_hfi_queues_reinit()
local
1737
tbl_hdr
in venus_hfi_queues_reinit()
[all...]
Completed in 7 milliseconds