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:pio_only
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
omap-des.c
166
int
pio_only
;
member
370
if (dd->
pio_only
)
in omap_des_dma_cleanup()
387
if (dd->
pio_only
) {
in omap_des_crypt_dma()
466
if (!dd->
pio_only
) {
in omap_des_crypt_dma_start()
484
if (err && !dd->
pio_only
) {
in omap_des_crypt_dma_start()
604
if (!dd->
pio_only
) {
in omap_des_done_task()
1020
dd->
pio_only
= 1;
in omap_des_probe()
H
A
D
omap-aes.c
260
if (dd->
pio_only
)
in omap_aes_dma_cleanup()
276
if (dd->
pio_only
) {
in omap_aes_crypt_dma()
368
if (!dd->
pio_only
) {
in omap_aes_crypt_dma_start()
388
if (err && !dd->
pio_only
) {
in omap_aes_crypt_dma_start()
511
if (!dd->
pio_only
) {
in omap_aes_done_task()
1159
dd->
pio_only
= 1;
in omap_aes_probe()
H
A
D
omap-aes.h
197
int
pio_only
;
member
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
omap-des.c
161
int
pio_only
;
member
364
if (dd->
pio_only
)
in omap_des_dma_cleanup()
381
if (dd->
pio_only
) {
in omap_des_crypt_dma()
460
if (!dd->
pio_only
) {
in omap_des_crypt_dma_start()
478
if (err && !dd->
pio_only
) {
in omap_des_crypt_dma_start()
594
if (!dd->
pio_only
) {
in omap_des_done_task()
1004
dd->
pio_only
= 1;
in omap_des_probe()
H
A
D
omap-aes.c
258
if (dd->
pio_only
)
in omap_aes_dma_cleanup()
274
if (dd->
pio_only
) {
in omap_aes_crypt_dma()
366
if (!dd->
pio_only
) {
in omap_aes_crypt_dma_start()
386
if (err && !dd->
pio_only
) {
in omap_aes_crypt_dma_start()
505
if (!dd->
pio_only
) {
in omap_aes_done_task()
1159
dd->
pio_only
= 1;
in omap_aes_probe()
H
A
D
omap-aes.h
195
int
pio_only
;
member
Completed in 7 milliseconds