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:vcrypto_dev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H
A
D
virtio_crypto_mgr.c
24
* virtcrypto_devmgr_add_dev() - Add
vcrypto_dev
to the acceleration
26
* @
vcrypto_dev
: Pointer to virtio crypto device.
33
int virtcrypto_devmgr_add_dev(struct virtio_crypto *
vcrypto_dev
)
in virtcrypto_devmgr_add_dev()
argument
49
if (ptr ==
vcrypto_dev
) {
in virtcrypto_devmgr_add_dev()
54
atomic_set(&
vcrypto_dev
->ref_count, 0);
in virtcrypto_devmgr_add_dev()
55
list_add_tail(&
vcrypto_dev
->list, &virtio_crypto_table);
in virtcrypto_devmgr_add_dev()
56
vcrypto_dev
->dev_id = num_devices++;
in virtcrypto_devmgr_add_dev()
67
* virtcrypto_devmgr_rm_dev() - Remove
vcrypto_dev
from the acceleration
69
* @
vcrypto_dev
: Pointer to virtio crypto device.
76
void virtcrypto_devmgr_rm_dev(struct virtio_crypto *
vcrypto_dev
)
in virtcrypto_devmgr_rm_dev()
argument
115
virtcrypto_dev_in_use(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_in_use()
argument
131
virtcrypto_dev_get(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_get()
argument
150
virtcrypto_dev_put(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_put()
argument
164
virtcrypto_dev_started(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_started()
argument
187
struct virtio_crypto *
vcrypto_dev
= NULL, *tmp_dev;
virtcrypto_get_dev_node()
local
[all...]
H
A
D
virtio_crypto_common.h
110
int virtcrypto_devmgr_add_dev(struct virtio_crypto *
vcrypto_dev
);
112
void virtcrypto_devmgr_rm_dev(struct virtio_crypto *
vcrypto_dev
);
114
int virtcrypto_dev_in_use(struct virtio_crypto *
vcrypto_dev
);
115
int virtcrypto_dev_get(struct virtio_crypto *
vcrypto_dev
);
116
void virtcrypto_dev_put(struct virtio_crypto *
vcrypto_dev
);
117
int virtcrypto_dev_started(struct virtio_crypto *
vcrypto_dev
);
118
bool virtcrypto_algo_is_supported(struct virtio_crypto *
vcrypto_dev
,
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H
A
D
virtio_crypto_mgr.c
24
* virtcrypto_devmgr_add_dev() - Add
vcrypto_dev
to the acceleration
26
* @
vcrypto_dev
: Pointer to virtio crypto device.
33
int virtcrypto_devmgr_add_dev(struct virtio_crypto *
vcrypto_dev
)
in virtcrypto_devmgr_add_dev()
argument
49
if (ptr ==
vcrypto_dev
) {
in virtcrypto_devmgr_add_dev()
54
atomic_set(&
vcrypto_dev
->ref_count, 0);
in virtcrypto_devmgr_add_dev()
55
list_add_tail(&
vcrypto_dev
->list, &virtio_crypto_table);
in virtcrypto_devmgr_add_dev()
56
vcrypto_dev
->dev_id = num_devices++;
in virtcrypto_devmgr_add_dev()
67
* virtcrypto_devmgr_rm_dev() - Remove
vcrypto_dev
from the acceleration
69
* @
vcrypto_dev
: Pointer to virtio crypto device.
76
void virtcrypto_devmgr_rm_dev(struct virtio_crypto *
vcrypto_dev
)
in virtcrypto_devmgr_rm_dev()
argument
115
virtcrypto_dev_in_use(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_in_use()
argument
131
virtcrypto_dev_get(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_get()
argument
150
virtcrypto_dev_put(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_put()
argument
164
virtcrypto_dev_started(struct virtio_crypto *
vcrypto_dev
)
virtcrypto_dev_started()
argument
187
struct virtio_crypto *
vcrypto_dev
= NULL, *tmp_dev;
virtcrypto_get_dev_node()
local
[all...]
H
A
D
virtio_crypto_common.h
113
int virtcrypto_devmgr_add_dev(struct virtio_crypto *
vcrypto_dev
);
115
void virtcrypto_devmgr_rm_dev(struct virtio_crypto *
vcrypto_dev
);
117
int virtcrypto_dev_in_use(struct virtio_crypto *
vcrypto_dev
);
118
int virtcrypto_dev_get(struct virtio_crypto *
vcrypto_dev
);
119
void virtcrypto_dev_put(struct virtio_crypto *
vcrypto_dev
);
120
int virtcrypto_dev_started(struct virtio_crypto *
vcrypto_dev
);
121
bool virtcrypto_algo_is_supported(struct virtio_crypto *
vcrypto_dev
,
Completed in 2 milliseconds