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:se_devices
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/770x/
H
A
D
setup.c
181
static struct platform_device *
se_devices
[] __initdata = {
194
return platform_add_devices(
se_devices
, ARRAY_SIZE(
se_devices
));
in se_devices_setup()
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/770x/
H
A
D
setup.c
181
static struct platform_device *
se_devices
[] __initdata = {
194
return platform_add_devices(
se_devices
, ARRAY_SIZE(
se_devices
));
in se_devices_setup()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptvf_algs.c
60
static struct cpt_device_table
se_devices
= {
variable
72
count = atomic_read(&
se_devices
.count);
in get_se_device()
78
if (
se_devices
.desc[0].pf_type == OTX_CPT_SE) {
in get_se_device()
87
*pdev =
se_devices
.desc[*cpu_num].dev;
in get_se_device()
89
pr_err("Unknown PF type %d\n",
se_devices
.desc[0].pf_type);
in get_se_device()
1659
count = atomic_read(&
se_devices
.count);
in otx_cpt_crypto_init()
1665
se_devices
.desc[count].pf_type = pf_type;
in otx_cpt_crypto_init()
1666
se_devices
.desc[count].num_queues = num_queues;
in otx_cpt_crypto_init()
1667
se_devices
.desc[count++].dev = pdev;
in otx_cpt_crypto_init()
1668
atomic_inc(&
se_devices
in otx_cpt_crypto_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptvf_algs.c
61
static struct cpt_device_table
se_devices
= {
variable
73
count = atomic_read(&
se_devices
.count);
in get_se_device()
79
if (
se_devices
.desc[0].pf_type == OTX_CPT_SE) {
in get_se_device()
88
*pdev =
se_devices
.desc[*cpu_num].dev;
in get_se_device()
90
pr_err("Unknown PF type %d\n",
se_devices
.desc[0].pf_type);
in get_se_device()
1658
count = atomic_read(&
se_devices
.count);
in otx_cpt_crypto_init()
1664
se_devices
.desc[count].pf_type = pf_type;
in otx_cpt_crypto_init()
1665
se_devices
.desc[count].num_queues = num_queues;
in otx_cpt_crypto_init()
1666
se_devices
.desc[count++].dev = pdev;
in otx_cpt_crypto_init()
1667
atomic_inc(&
se_devices
in otx_cpt_crypto_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H
A
D
otx2_cptvf_algs.c
53
static struct cpt_device_table
se_devices
= {
variable
61
count = atomic_read(&
se_devices
.count);
in get_se_device()
73
if (*cpu_num >=
se_devices
.desc[0].num_queues)
in get_se_device()
74
*cpu_num %=
se_devices
.desc[0].num_queues;
in get_se_device()
75
*pdev =
se_devices
.desc[0].dev;
in get_se_device()
1689
count = atomic_read(&
se_devices
.count);
in otx2_cpt_crypto_init()
1695
se_devices
.desc[count].num_queues = num_queues;
in otx2_cpt_crypto_init()
1696
se_devices
.desc[count++].dev = pdev;
in otx2_cpt_crypto_init()
1697
atomic_inc(&
se_devices
.count);
in otx2_cpt_crypto_init()
1699
if (atomic_read(&
se_devices
in otx2_cpt_crypto_init()
[all...]
Completed in 7 milliseconds