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:psp_vdata
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
sp-pci.c
450
static const struct
psp_vdata
pspv1 = {
458
static const struct
psp_vdata
pspv2 = {
466
static const struct
psp_vdata
pspv3 = {
476
static const struct
psp_vdata
pspv4 = {
485
static const struct
psp_vdata
pspv5 = {
493
static const struct
psp_vdata
pspv6 = {
516
.
psp_vdata
= &pspv1,
531
.
psp_vdata
= &pspv2,
540
.
psp_vdata
= &pspv3,
546
.
psp_vdata
[all...]
H
A
D
sp-dev.h
70
struct
psp_vdata
{
struct
86
const struct
psp_vdata
*
psp_vdata
;
member
H
A
D
sp-dev.c
82
if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->
psp_vdata
) {
in sp_request_ccp_irq()
135
if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->
psp_vdata
) {
in sp_free_ccp_irq()
198
if (sp->dev_vdata->
psp_vdata
)
in sp_init()
208
if (sp->dev_vdata->
psp_vdata
)
in sp_destroy()
H
A
D
psp-dev.c
159
psp->vdata = (struct
psp_vdata
*)sp->dev_vdata->
psp_vdata
;
in psp_dev_init()
H
A
D
psp-dev.h
29
struct
psp_vdata
*vdata;
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
sp-pci.c
303
static const struct
psp_vdata
pspv1 = {
310
static const struct
psp_vdata
pspv2 = {
317
static const struct
psp_vdata
pspv3 = {
338
.
psp_vdata
= &pspv1,
353
.
psp_vdata
= &pspv2,
362
.
psp_vdata
= &pspv3,
H
A
D
sp-dev.h
56
struct
psp_vdata
{
struct
69
const struct
psp_vdata
*
psp_vdata
;
member
H
A
D
sp-dev.c
82
if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->
psp_vdata
) {
in sp_request_ccp_irq()
135
if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->
psp_vdata
) {
in sp_free_ccp_irq()
198
if (sp->dev_vdata->
psp_vdata
)
in sp_init()
208
if (sp->dev_vdata->
psp_vdata
)
in sp_destroy()
H
A
D
psp-dev.c
149
psp->vdata = (struct
psp_vdata
*)sp->dev_vdata->
psp_vdata
;
in psp_dev_init()
H
A
D
psp-dev.h
32
struct
psp_vdata
*vdata;
Completed in 6 milliseconds