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:mdev_from_dev
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
vfio_ap_ops.c
606
struct mdev_device *mdev =
mdev_from_dev
(dev);
in assign_adapter_store()
672
struct mdev_device *mdev =
mdev_from_dev
(dev);
in unassign_adapter_store()
752
struct mdev_device *mdev =
mdev_from_dev
(dev);
in assign_domain_store()
814
struct mdev_device *mdev =
mdev_from_dev
(dev);
in unassign_domain_store()
858
struct mdev_device *mdev =
mdev_from_dev
(dev);
in assign_control_domain_store()
907
struct mdev_device *mdev =
mdev_from_dev
(dev);
in unassign_control_domain_store()
937
struct mdev_device *mdev =
mdev_from_dev
(dev);
in control_domains_show()
956
struct mdev_device *mdev =
mdev_from_dev
(dev);
in matrix_show()
/kernel/linux/linux-5.10/drivers/vfio/mdev/
H
A
D
mdev_core.c
54
struct mdev_device *
mdev_from_dev
(struct device *dev)
in mdev_from_dev()
function
58
EXPORT_SYMBOL(
mdev_from_dev
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
mdev.h
146
struct mdev_device *
mdev_from_dev
(struct device *dev);
/kernel/linux/linux-5.10/samples/vfio-mdev/
H
A
D
mdpy.c
642
struct mdev_device *mdev =
mdev_from_dev
(dev);
in resolution_show()
H
A
D
mtty.c
1288
if (
mdev_from_dev
(dev))
in sample_mdev_dev_show()
H
A
D
mbochs.c
1320
struct mdev_device *mdev =
mdev_from_dev
(dev);
in memory_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
kvmgt.c
1628
struct mdev_device *mdev =
mdev_from_dev
(dev);
in vgpu_id_show()
Completed in 10 milliseconds