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:sl3516_ce_dev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/gemini/
H
A
D
sl3516-ce-core.c
30
static int sl3516_ce_desc_init(struct
sl3516_ce_dev
*ce)
in sl3516_ce_desc_init()
67
static void sl3516_ce_free_descs(struct
sl3516_ce_dev
*ce)
in sl3516_ce_free_descs()
77
static void start_dma_tx(struct
sl3516_ce_dev
*ce)
in start_dma_tx()
87
static void start_dma_rx(struct
sl3516_ce_dev
*ce)
in start_dma_rx()
99
static struct descriptor *get_desc_tx(struct
sl3516_ce_dev
*ce)
in get_desc_tx()
110
static struct descriptor *get_desc_rx(struct
sl3516_ce_dev
*ce)
in get_desc_rx()
121
int sl3516_ce_run_task(struct
sl3516_ce_dev
*ce, struct sl3516_ce_cipher_req_ctx *rctx,
in sl3516_ce_run_task()
189
struct
sl3516_ce_dev
*ce = (struct
sl3516_ce_dev
*)data;
in ce_irq_handler()
250
struct
sl3516_ce_dev
*c
in sl3516_ce_debugfs_show()
[all...]
H
A
D
sl3516-ce-rng.c
15
struct
sl3516_ce_dev
*ce;
in sl3516_ce_rng_read()
20
ce = container_of(rng, struct
sl3516_ce_dev
, trng);
in sl3516_ce_rng_read()
44
int sl3516_ce_rng_register(struct
sl3516_ce_dev
*ce)
in sl3516_ce_rng_register()
58
void sl3516_ce_rng_unregister(struct
sl3516_ce_dev
*ce)
in sl3516_ce_rng_unregister()
H
A
D
sl3516-ce.h
202
* struct
sl3516_ce_dev
- main container for all this driver information
229
struct
sl3516_ce_dev
{
struct
302
struct
sl3516_ce_dev
*ce;
310
* @ce: pointer to the
sl3516_ce_dev
structure associated with
320
struct
sl3516_ce_dev
*ce;
338
int sl3516_ce_run_task(struct
sl3516_ce_dev
*ce,
341
int sl3516_ce_rng_register(struct
sl3516_ce_dev
*ce);
342
void sl3516_ce_rng_unregister(struct
sl3516_ce_dev
*ce);
H
A
D
sl3516-ce-cipher.c
29
struct
sl3516_ce_dev
*ce = op->ce;
in sl3516_ce_need_fallback()
131
struct
sl3516_ce_dev
*ce = op->ce;
in sl3516_ce_cipher()
366
struct
sl3516_ce_dev
*ce = op->ce;
in sl3516_ce_aes_setkey()
Completed in 3 milliseconds