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:vfio_coredev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H
A
D
vfio_dev.c
13
return pds_vfio->
vfio_coredev
.pdev;
in pds_vfio_to_pci_dev()
26
vfio_coredev
);
in pds_vfio_pci_drvdata()
68
vfio_coredev
.vdev);
in pds_vfio_set_device_state()
113
vfio_coredev
.vdev);
in pds_vfio_get_device_state()
144
vfio_coredev
.vdev);
in pds_vfio_init_device()
178
vfio_coredev
.vdev);
in pds_vfio_release_device()
189
vfio_coredev
.vdev);
in pds_vfio_open_device()
192
err = vfio_pci_core_enable(&pds_vfio->
vfio_coredev
);
in pds_vfio_open_device()
199
vfio_pci_core_finish_enable(&pds_vfio->
vfio_coredev
);
in pds_vfio_open_device()
208
vfio_coredev
in pds_vfio_close_device()
[all...]
H
A
D
pci_drv.c
135
pds_vfio = vfio_alloc_device(pds_vfio_pci_device,
vfio_coredev
.vdev,
in pds_vfio_pci_probe()
140
dev_set_drvdata(&pdev->dev, &pds_vfio->
vfio_coredev
);
in pds_vfio_pci_probe()
142
err = vfio_pci_core_register_device(&pds_vfio->
vfio_coredev
);
in pds_vfio_pci_probe()
162
vfio_pci_core_unregister_device(&pds_vfio->
vfio_coredev
);
in pds_vfio_pci_probe()
164
vfio_put_device(&pds_vfio->
vfio_coredev
.vdev);
in pds_vfio_pci_probe()
174
vfio_pci_core_unregister_device(&pds_vfio->
vfio_coredev
);
in pds_vfio_pci_remove()
175
vfio_put_device(&pds_vfio->
vfio_coredev
.vdev);
in pds_vfio_pci_remove()
H
A
D
dirty.c
38
struct pci_dev *pdev = pds_vfio->
vfio_coredev
.pdev;
in pds_vfio_print_guest_region_info()
105
struct pci_dev *pdev = pds_vfio->
vfio_coredev
.pdev;
in __pds_vfio_dirty_free_sgl()
130
struct pci_dev *pdev = pds_vfio->
vfio_coredev
.pdev;
in __pds_vfio_dirty_alloc_sgl()
182
struct pci_dev *pdev = pds_vfio->
vfio_coredev
.pdev;
in pds_vfio_dirty_enable()
329
struct pci_dev *pdev = pds_vfio->
vfio_coredev
.pdev;
in pds_vfio_dirty_seq_ack()
458
struct device *dev = &pds_vfio->
vfio_coredev
.pdev->dev;
in pds_vfio_dirty_sync()
526
vfio_coredev
.vdev);
in pds_vfio_dma_logging_report()
542
vfio_coredev
.vdev);
in pds_vfio_dma_logging_start()
557
vfio_coredev
.vdev);
in pds_vfio_dma_logging_stop()
H
A
D
vfio_dev.h
14
struct vfio_pci_core_device
vfio_coredev
;
member
H
A
D
lm.c
235
struct device *dev = &pds_vfio->
vfio_coredev
.pdev->dev;
in pds_vfio_get_save_file()
329
struct device *dev = &pds_vfio->
vfio_coredev
.pdev->dev;
in pds_vfio_get_restore_file()
Completed in 5 milliseconds