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:aes_dd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
atmel-aes.c
423
struct atmel_aes_dev *
aes_dd
= NULL;
in atmel_aes_find_dev()
local
429
aes_dd
= tmp;
in atmel_aes_find_dev()
432
ctx->dd =
aes_dd
;
in atmel_aes_find_dev()
434
aes_dd
= ctx->dd;
in atmel_aes_find_dev()
439
return
aes_dd
;
in atmel_aes_find_dev()
2320
struct atmel_aes_dev *
aes_dd
= dev_id;
in atmel_aes_irq()
local
2323
reg = atmel_aes_read(
aes_dd
, AES_ISR);
in atmel_aes_irq()
2324
if (reg & atmel_aes_read(
aes_dd
, AES_IMR)) {
in atmel_aes_irq()
2325
atmel_aes_write(
aes_dd
, AES_IDR, reg);
in atmel_aes_irq()
2326
if (AES_FLAGS_BUSY &
aes_dd
in atmel_aes_irq()
2486
struct atmel_aes_dev *
aes_dd
;
atmel_aes_probe()
local
2604
struct atmel_aes_dev *
aes_dd
;
atmel_aes_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
atmel-aes.c
425
struct atmel_aes_dev *
aes_dd
;
in atmel_aes_dev_alloc()
local
429
aes_dd
= list_first_entry_or_null(&atmel_aes.dev_list,
in atmel_aes_dev_alloc()
432
return
aes_dd
;
in atmel_aes_dev_alloc()
2378
struct atmel_aes_dev *
aes_dd
= dev_id;
in atmel_aes_irq()
local
2381
reg = atmel_aes_read(
aes_dd
, AES_ISR);
in atmel_aes_irq()
2382
if (reg & atmel_aes_read(
aes_dd
, AES_IMR)) {
in atmel_aes_irq()
2383
atmel_aes_write(
aes_dd
, AES_IDR, reg);
in atmel_aes_irq()
2384
if (AES_FLAGS_BUSY &
aes_dd
->flags)
in atmel_aes_irq()
2385
tasklet_schedule(&
aes_dd
->done_task);
in atmel_aes_irq()
2387
dev_warn(
aes_dd
in atmel_aes_irq()
2544
struct atmel_aes_dev *
aes_dd
;
atmel_aes_probe()
local
2653
struct atmel_aes_dev *
aes_dd
;
atmel_aes_remove()
local
[all...]
Completed in 7 milliseconds