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:mem_channel
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ras_eeprom.h
75
unsigned char
mem_channel
;
member
H
A
D
amdgpu_ras_eeprom.c
360
buff[i++] = record->
mem_channel
;
in __encode_table_record_to_buff()
387
record->
mem_channel
= buff[i++];
in __decode_table_record_from_buff()
H
A
D
umc_v8_7.c
249
err_rec->
mem_channel
= channel_index;
in umc_v8_7_query_error_address()
H
A
D
umc_v6_1.c
357
err_rec->
mem_channel
= channel_index;
in umc_v6_1_query_error_address()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ras_eeprom.c
495
buf[i++] = record->
mem_channel
;
in __encode_table_record_to_buf()
523
record->
mem_channel
= buf[i++];
in __decode_table_record_from_buf()
625
if (!(control->bad_channel_bitmap & (1 << record[i].
mem_channel
))) {
in amdgpu_ras_eeprom_append_table()
626
control->bad_channel_bitmap |= 1 << record[i].
mem_channel
;
in amdgpu_ras_eeprom_append_table()
978
if (!(control->bad_channel_bitmap & (1 << record[i].
mem_channel
))) {
in amdgpu_ras_eeprom_read()
979
control->bad_channel_bitmap |= 1 << record[i].
mem_channel
;
in amdgpu_ras_eeprom_read()
1161
record.
mem_channel
,
in amdgpu_ras_debugfs_table_read()
H
A
D
amdgpu_ras_eeprom.h
128
unsigned char
mem_channel
;
member
H
A
D
amdgpu_umc.c
304
err_rec->
mem_channel
= channel_index;
in amdgpu_umc_fill_error_record()
Completed in 5 milliseconds