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_bus_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/mdev/
H
A
D
mdev_driver.c
72
struct bus_type
mdev_bus_type
= {
variable
77
EXPORT_SYMBOL_GPL(
mdev_bus_type
);
variable
90
drv->driver.bus = &
mdev_bus_type
;
in mdev_register_driver()
110
return bus_register(&
mdev_bus_type
);
in mdev_bus_register()
115
bus_unregister(&
mdev_bus_type
);
in mdev_bus_unregister()
H
A
D
mdev_private.h
42
#define dev_is_mdev(d) ((d)->bus == &
mdev_bus_type
)
H
A
D
mdev_core.c
317
mdev->dev.bus = &
mdev_bus_type
;
in mdev_device_create()
/kernel/linux/linux-6.6/drivers/vfio/mdev/
H
A
D
mdev_core.c
40
if (dev->bus == &
mdev_bus_type
)
in mdev_device_remove_cb()
165
mdev->dev.bus = &
mdev_bus_type
;
in mdev_device_create()
250
ret = bus_register(&
mdev_bus_type
);
in mdev_init()
256
bus_unregister(&
mdev_bus_type
);
in mdev_init()
266
bus_unregister(&
mdev_bus_type
);
in mdev_exit()
H
A
D
mdev_driver.c
43
struct bus_type
mdev_bus_type
= {
variable
62
drv->driver.bus = &
mdev_bus_type
;
in mdev_register_driver()
H
A
D
mdev_private.h
16
extern struct bus_type
mdev_bus_type
;
/kernel/linux/linux-5.10/include/linux/
H
A
D
mdev.h
136
extern struct bus_type
mdev_bus_type
;
/kernel/linux/linux-5.10/drivers/vfio/
H
A
D
vfio_iommu_type1.c
1834
mdev_bus = symbol_get(
mdev_bus_type
);
in vfio_bus_is_mdev()
1837
symbol_put(
mdev_bus_type
);
in vfio_bus_is_mdev()
Completed in 7 milliseconds