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:img_ptr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H
A
D
afs.c
130
u_int
img_ptr
;
in afs_parse_v1_partition()
local
164
img_ptr
= fs.image_start & mask;
in afs_parse_v1_partition()
177
if (
img_ptr
> off)
in afs_parse_v1_partition()
206
part->offset =
img_ptr
;
in afs_parse_v1_partition()
210
img_ptr
, part->size / 1024,
in afs_parse_v1_partition()
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H
A
D
afs.c
130
u_int
img_ptr
;
in afs_parse_v1_partition()
local
164
img_ptr
= fs.image_start & mask;
in afs_parse_v1_partition()
177
if (
img_ptr
> off)
in afs_parse_v1_partition()
206
part->offset =
img_ptr
;
in afs_parse_v1_partition()
210
img_ptr
, part->size / 1024,
in afs_parse_v1_partition()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_uclo.c
32
if (encap_image->
img_ptr
) {
in qat_uclo_init_ae_data()
34
encap_image->
img_ptr
->ctx_assigned;
in qat_uclo_init_ae_data()
377
uof_image = image->
img_ptr
;
in qat_uclo_init_ustore()
628
ae_uimage[j].
img_ptr
= image;
in qat_uclo_map_uimage()
658
&obj_handle->ae_uimage[i].
img_ptr
->ae_assigned))
in qat_uclo_map_ae()
797
if (ICP_QAT_CTX_MODE(encap_ae->
img_ptr
->ae_mode) ==
in qat_uclo_init_reg_sym()
887
uof_image = ae_data->ae_slices[s].encap_image->
img_ptr
;
in qat_uclo_set_ae_mode()
1515
memcpy(&fill_pat, obj_handle->ae_uimage[0].
img_ptr
->fill_pattern,
in qat_uclo_wr_uimage_raw_page()
1620
if (!obj_handle->ae_uimage[i].
img_ptr
)
in qat_uclo_wr_uof_img()
1625
obj_handle->ae_uimage[i].
img_ptr
);
in qat_uclo_wr_uof_img()
[all...]
H
A
D
icp_qat_uclo.h
149
struct icp_qat_uof_image *
img_ptr
;
member
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_uclo.c
32
if (encap_image->
img_ptr
) {
in qat_uclo_init_ae_data()
34
encap_image->
img_ptr
->ctx_assigned;
in qat_uclo_init_ae_data()
379
uof_image = image->
img_ptr
;
in qat_uclo_init_ustore()
638
ae_uimage[j].
img_ptr
= image;
in qat_uclo_map_uimage()
669
unsigned long ae_assigned = obj_handle->ae_uimage[i].
img_ptr
->ae_assigned;
in qat_uclo_map_ae()
814
if (ICP_QAT_CTX_MODE(encap_ae->
img_ptr
->ae_mode) ==
in qat_uclo_init_reg_sym()
962
uof_image = ae_data->ae_slices[s].encap_image->
img_ptr
;
in qat_uclo_set_ae_mode()
1983
memcpy(&fill_pat, obj_handle->ae_uimage[0].
img_ptr
->fill_pattern,
in qat_uclo_wr_uimage_raw_page()
2106
if (!obj_handle->ae_uimage[i].
img_ptr
)
in qat_uclo_wr_uof_img()
2111
obj_handle->ae_uimage[i].
img_ptr
);
in qat_uclo_wr_uof_img()
[all...]
H
A
D
icp_qat_uclo.h
190
struct icp_qat_uof_image *
img_ptr
;
member
Completed in 10 milliseconds