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:pds_vdpa_aux
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H
A
D
debugfs.h
11
void pds_vdpa_debugfs_add_pcidev(struct
pds_vdpa_aux
*vdpa_aux);
12
void pds_vdpa_debugfs_add_ident(struct
pds_vdpa_aux
*vdpa_aux);
13
void pds_vdpa_debugfs_add_vdpadev(struct
pds_vdpa_aux
*vdpa_aux);
14
void pds_vdpa_debugfs_del_vdpadev(struct
pds_vdpa_aux
*vdpa_aux);
15
void pds_vdpa_debugfs_reset_vdpadev(struct
pds_vdpa_aux
*vdpa_aux);
H
A
D
debugfs.c
170
void pds_vdpa_debugfs_add_pcidev(struct
pds_vdpa_aux
*vdpa_aux)
in pds_vdpa_debugfs_add_pcidev()
177
struct
pds_vdpa_aux
*vdpa_aux = seq->private;
in identity_show()
195
void pds_vdpa_debugfs_add_ident(struct
pds_vdpa_aux
*vdpa_aux)
in pds_vdpa_debugfs_add_ident()
257
void pds_vdpa_debugfs_add_vdpadev(struct
pds_vdpa_aux
*vdpa_aux)
in pds_vdpa_debugfs_add_vdpadev()
272
void pds_vdpa_debugfs_del_vdpadev(struct
pds_vdpa_aux
*vdpa_aux)
in pds_vdpa_debugfs_del_vdpadev()
278
void pds_vdpa_debugfs_reset_vdpadev(struct
pds_vdpa_aux
*vdpa_aux)
in pds_vdpa_debugfs_reset_vdpadev()
H
A
D
vdpa_dev.h
35
struct
pds_vdpa_aux
*vdpa_aux;
49
int pds_vdpa_get_mgmt_info(struct
pds_vdpa_aux
*vdpa_aux);
H
A
D
aux_drv.c
39
struct
pds_vdpa_aux
*vdpa_aux;
in pds_vdpa_probe()
92
struct
pds_vdpa_aux
*vdpa_aux = auxiliary_get_drvdata(aux_dev);
in pds_vdpa_remove()
H
A
D
aux_drv.h
12
struct
pds_vdpa_aux
{
struct
H
A
D
vdpa_dev.c
383
struct
pds_vdpa_aux
*vdpa_aux = pdsv->vdpa_aux;
in pds_vdpa_request_irqs()
432
struct
pds_vdpa_aux
*vdpa_aux = pdsv->vdpa_aux;
in pds_vdpa_release_irqs()
608
struct
pds_vdpa_aux
*vdpa_aux;
in pds_vdpa_dev_add()
618
vdpa_aux = container_of(mdev, struct
pds_vdpa_aux
, vdpa_mdev);
in pds_vdpa_dev_add()
757
struct
pds_vdpa_aux
*vdpa_aux;
in pds_vdpa_dev_del()
761
vdpa_aux = container_of(mdev, struct
pds_vdpa_aux
, vdpa_mdev);
in pds_vdpa_dev_del()
777
int pds_vdpa_get_mgmt_info(struct
pds_vdpa_aux
*vdpa_aux)
in pds_vdpa_get_mgmt_info()
Completed in 3 milliseconds