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:caam_imx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
regs.h
73
extern bool
caam_imx
;
145
if (
caam_imx
) {
in wr_reg64()
159
if (
caam_imx
) {
in rd_reg64()
176
if (
caam_imx
) {
in cpu_to_caam_dma64()
190
if (
caam_imx
)
in caam_dma64_to_cpu()
H
A
D
error.c
56
bool
caam_imx
;
variable
57
EXPORT_SYMBOL(
caam_imx
);
variable
H
A
D
ctrl.c
647
caam_imx
= (bool)imx_soc_match;
in caam_probe()
H
A
D
caamalg_qi2.c
5160
caam_imx
= false;
in dpaa2_caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
regs.h
73
extern bool
caam_imx
;
145
if (
caam_imx
) {
in wr_reg64()
159
if (
caam_imx
) {
in rd_reg64()
176
if (
caam_imx
) {
in cpu_to_caam_dma64()
190
if (
caam_imx
)
in caam_dma64_to_cpu()
H
A
D
error.c
56
bool
caam_imx
;
variable
57
EXPORT_SYMBOL(
caam_imx
);
variable
H
A
D
ctrl.c
876
caam_imx
= (bool)imx_soc_match;
in caam_probe()
878
ctrlpriv->caam_off_during_pm =
caam_imx
&& caam_off_during_pm();
in caam_probe()
H
A
D
caamalg_qi2.c
5175
caam_imx
= false;
in dpaa2_caam_probe()
Completed in 22 milliseconds