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:vd_mdev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H
A
D
aux_drv.c
56
vdpa_aux->
vd_mdev
.pci_dev = padev->vf_pdev;
in pds_vdpa_probe()
57
vdpa_aux->
vd_mdev
.device_id_check = pds_vdpa_device_id_check;
in pds_vdpa_probe()
58
vdpa_aux->
vd_mdev
.dma_mask = DMA_BIT_MASK(PDS_CORE_ADDR_LEN);
in pds_vdpa_probe()
59
err = vp_modern_probe(&vdpa_aux->
vd_mdev
);
in pds_vdpa_probe()
80
vp_modern_remove(&vdpa_aux->
vd_mdev
);
in pds_vdpa_probe()
96
vp_modern_remove(&vdpa_aux->
vd_mdev
);
in pds_vdpa_remove()
H
A
D
vdpa_dev.c
260
struct virtio_pci_modern_device *
vd_mdev
;
in pds_vdpa_get_vq_notification()
local
265
vd_mdev
= &pdsv->vdpa_aux->
vd_mdev
;
in pds_vdpa_get_vq_notification()
266
if (!
vd_mdev
->notify_offset_multiplier)
in pds_vdpa_get_vq_notification()
269
area.size =
vd_mdev
->notify_offset_multiplier;
in pds_vdpa_get_vq_notification()
334
vp_modern_set_features(&pdsv->vdpa_aux->
vd_mdev
, nego_features);
in pds_vdpa_set_driver_features()
377
return vp_modern_get_status(&pdsv->vdpa_aux->
vd_mdev
);
in pds_vdpa_get_status()
480
vp_modern_map_vq_notify(&pdsv->vdpa_aux->
vd_mdev
,
in pds_vdpa_set_status()
552
device = pdsv->vdpa_aux->
vd_mdev
.device;
in pds_vdpa_get_config()
568
device = pdsv->vdpa_aux->
vd_mdev
in pds_vdpa_set_config()
[all...]
H
A
D
aux_drv.h
22
struct virtio_pci_modern_device
vd_mdev
;
member
H
A
D
debugfs.c
207
memcpy_fromio(&vc, pdsv->vdpa_aux->
vd_mdev
.device,
in config_show()
224
status = vp_modern_get_status(&pdsv->vdpa_aux->
vd_mdev
);
in config_show()
Completed in 2 milliseconds