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:to_mdev_device
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/mdev/
H
A
D
mdev_core.c
56
return dev_is_mdev(dev) ?
to_mdev_device
(dev) : NULL;
in mdev_from_dev()
128
mdev =
to_mdev_device
(dev);
in mdev_device_remove_cb()
267
struct mdev_device *mdev =
to_mdev_device
(dev);
in mdev_device_release()
358
mdev =
to_mdev_device
(dev);
in mdev_device_remove()
391
struct mdev_device *mdev =
to_mdev_device
(dev);
in mdev_set_iommu_device()
401
struct mdev_device *mdev =
to_mdev_device
(dev);
in mdev_get_iommu_device()
H
A
D
mdev_driver.c
43
struct mdev_device *mdev =
to_mdev_device
(dev);
in mdev_probe()
62
struct mdev_device *mdev =
to_mdev_device
(dev);
in mdev_remove()
H
A
D
mdev_private.h
38
static inline struct mdev_device *
to_mdev_device
(struct device *dev)
in to_mdev_device()
function
H
A
D
vfio_mdev.c
113
struct mdev_device *mdev =
to_mdev_device
(dev);
in vfio_mdev_probe()
/kernel/linux/linux-6.6/drivers/vfio/mdev/
H
A
D
mdev_driver.c
22
return drv->probe(
to_mdev_device
(dev));
in mdev_probe()
31
drv->remove(
to_mdev_device
(dev));
in mdev_remove()
H
A
D
mdev_core.c
41
mdev_device_remove_common(
to_mdev_device
(dev));
in mdev_device_remove_cb()
112
struct mdev_device *mdev =
to_mdev_device
(dev);
in mdev_device_release()
H
A
D
mdev_sysfs.c
243
struct mdev_device *mdev =
to_mdev_device
(dev);
in remove_store()
/kernel/linux/linux-6.6/include/linux/
H
A
D
mdev.h
51
static inline struct mdev_device *
to_mdev_device
(struct device *dev)
in to_mdev_device()
function
/kernel/linux/linux-6.6/samples/vfio-mdev/
H
A
D
mdpy.c
226
struct mdev_device *mdev =
to_mdev_device
(vdev->dev);
in mdpy_init_dev()
H
A
D
mbochs.c
520
struct mdev_device *mdev =
to_mdev_device
(vdev->dev);
in mbochs_init_dev()
H
A
D
mtty.c
750
struct mdev_device *mdev =
to_mdev_device
(vdev->dev);
in mtty_init_dev()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
kvmgt.c
1437
struct mdev_device *mdev =
to_mdev_device
(vfio_dev->dev);
in intel_vgpu_init_dev()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
vfio_ap_ops.c
744
matrix_mdev->mdev =
to_mdev_device
(vdev->dev);
in vfio_ap_mdev_init_dev()
Completed in 12 milliseconds