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:offset_bytes
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
221
u8
offset_bytes
[2];
in i2c_bus_write()
local
233
offset_bytes
[1] = (offset >> 8) & 0xff;
in i2c_bus_write()
237
offset_bytes
[0] = offset & 0xff;
in i2c_bus_write()
242
msgs[0].buf =
offset_bytes
;
in i2c_bus_write()
269
u8
offset_bytes
[2];
in i2c_bus_read()
local
281
offset_bytes
[1] = (offset >> 8) & 0xff;
in i2c_bus_read()
285
offset_bytes
[0] = offset & 0xff;
in i2c_bus_read()
290
msgs[0].buf =
offset_bytes
;
in i2c_bus_read()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
179
u8
offset_bytes
[2];
in i2c_bus_write()
local
191
offset_bytes
[1] = (offset >> 8) & 0xff;
in i2c_bus_write()
195
offset_bytes
[0] = offset & 0xff;
in i2c_bus_write()
200
msgs[0].buf =
offset_bytes
;
in i2c_bus_write()
227
u8
offset_bytes
[2];
in i2c_bus_read()
local
239
offset_bytes
[1] = (offset >> 8) & 0xff;
in i2c_bus_read()
243
offset_bytes
[0] = offset & 0xff;
in i2c_bus_read()
248
msgs[0].buf =
offset_bytes
;
in i2c_bus_read()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ucode.c
349
le32_to_cpu(psp_hdr->sos.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
358
le32_to_cpu(psp_hdr_v1_1->toc.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
364
le32_to_cpu(psp_hdr_v1_1->kdb.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
374
le32_to_cpu(psp_hdr_v1_2->kdb.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
386
le32_to_cpu(psp_hdr_v1_3->v1_1.toc.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
392
le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
398
le32_to_cpu(psp_hdr_v1_3->spl.
offset_bytes
));
in amdgpu_ucode_print_psp_hdr()
H
A
D
amdgpu_psp.c
3048
le32_to_cpu(desc->
offset_bytes
) +
in parse_sos_bin_descriptor()
3135
adev->psp.sys.size_bytes = le32_to_cpu(sos_hdr->sos.
offset_bytes
);
in psp_init_sos_base_fw()
3140
le32_to_cpu(sos_hdr->sos.
offset_bytes
);
in psp_init_sos_base_fw()
3150
le32_to_cpu(sos_hdr_v1_3->sys_drv_aux.
offset_bytes
);
in psp_init_sos_base_fw()
3154
le32_to_cpu(sos_hdr_v1_3->sos_aux.
offset_bytes
);
in psp_init_sos_base_fw()
3198
le32_to_cpu(sos_hdr_v1_1->toc.
offset_bytes
);
in psp_init_sos_microcode()
3201
le32_to_cpu(sos_hdr_v1_1->kdb.
offset_bytes
);
in psp_init_sos_microcode()
3207
le32_to_cpu(sos_hdr_v1_2->kdb.
offset_bytes
);
in psp_init_sos_microcode()
3213
le32_to_cpu(sos_hdr_v1_3->v1_1.toc.
offset_bytes
);
in psp_init_sos_microcode()
3216
le32_to_cpu(sos_hdr_v1_3->v1_1.kdb.
offset_bytes
);
in psp_init_sos_microcode()
[all...]
H
A
D
amdgpu_ucode.h
76
uint32_t
offset_bytes
;
member
112
uint32_t
offset_bytes
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ucode.h
140
uint32_t
offset_bytes
;
member
H
A
D
amdgpu_psp.c
2531
le32_to_cpu(desc->
offset_bytes
) +
in parse_ta_bin_descriptor()
Completed in 20 milliseconds