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:hisi_zip
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H
A
D
zip_main.c
99
static const char hisi_zip_name[] = "
hisi_zip
";
163
struct
hisi_zip
*
hisi_zip
;
member
346
struct
hisi_zip
*
hisi_zip
= file->ctrl->
hisi_zip
;
in file_to_qm()
local
348
return &
hisi_zip
->qm;
in file_to_qm()
548
struct
hisi_zip
*zip = container_of(qm, struct
hisi_zip
, qm);
in hisi_zip_dfx_debug_init()
565
struct
hisi_zip
*zi
in hisi_zip_ctrl_debug_init()
724
hisi_zip
_pf_probe_init(struct
hisi_zip
*
hisi_zip
)
hisi_zip_pf_probe_init()
argument
780
hisi_zip
_probe_init(struct
hisi_zip
*
hisi_zip
)
hisi_zip_probe_init()
argument
796
struct
hisi_zip
*
hisi_zip
;
hisi_zip_probe()
local
[all...]
H
A
D
Makefile
1
obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) +=
hisi_zip
.o
2
hisi_zip
-objs = zip_main.o zip_crypto.o
H
A
D
zip_crypto.c
90
struct
hisi_zip
*zip_dev;
183
struct
hisi_zip
*
hisi_zip
;
in hisi_zip_ctx_init()
local
192
hisi_zip
= container_of(qps[0]->qm, struct
hisi_zip
, qm);
in hisi_zip_ctx_init()
206
hisi_zip_ctx->qp_ctx[i].zip_dev =
hisi_zip
;
in hisi_zip_ctx_init()
H
A
D
zip.h
7
#define pr_fmt(fmt) "
hisi_zip
: " fmt
26
struct
hisi_zip
{
struct
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H
A
D
zip_main.c
116
static const char hisi_zip_name[] = "
hisi_zip
";
195
struct
hisi_zip
*
hisi_zip
;
member
666
struct
hisi_zip
*
hisi_zip
= file->ctrl->
hisi_zip
;
in file_to_qm()
local
668
return &
hisi_zip
->qm;
in file_to_qm()
848
struct
hisi_zip
*zip = container_of(qm, struct
hisi_zip
, qm);
in hisi_zip_dfx_debug_init()
869
struct
hisi_zip
*zi
in hisi_zip_ctrl_debug_init()
1141
hisi_zip
_pf_probe_init(struct
hisi_zip
*
hisi_zip
)
hisi_zip_pf_probe_init()
argument
1258
hisi_zip
_probe_init(struct
hisi_zip
*
hisi_zip
)
hisi_zip_probe_init()
argument
1283
struct
hisi_zip
*
hisi_zip
;
hisi_zip_probe()
local
[all...]
H
A
D
Makefile
1
obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) +=
hisi_zip
.o
2
hisi_zip
-objs = zip_main.o zip_crypto.o
H
A
D
zip_crypto.c
95
struct
hisi_zip
*zip_dev;
560
struct
hisi_zip
*
hisi_zip
;
in hisi_zip_ctx_init()
local
569
hisi_zip
= container_of(qps[0]->qm, struct
hisi_zip
, qm);
in hisi_zip_ctx_init()
584
qp_ctx->zip_dev =
hisi_zip
;
in hisi_zip_ctx_init()
587
if (
hisi_zip
->qm.ver < QM_HW_V3)
in hisi_zip_ctx_init()
H
A
D
zip.h
7
#define pr_fmt(fmt) "
hisi_zip
: " fmt
26
struct
hisi_zip
{
struct
Completed in 7 milliseconds