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:xen_pcibk_backend
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H
A
D
pciback.h
99
struct
xen_pcibk_backend
{
struct
116
extern const struct
xen_pcibk_backend
xen_pcibk_vpci_backend;
117
extern const struct
xen_pcibk_backend
xen_pcibk_passthrough_backend;
118
extern const struct
xen_pcibk_backend
*
xen_pcibk_backend
;
125
if (
xen_pcibk_backend
&&
xen_pcibk_backend
->add)
in xen_pcibk_add_pci_dev()
126
return
xen_pcibk_backend
->add(pdev, dev, devid, publish_cb);
in xen_pcibk_add_pci_dev()
133
if (
xen_pcibk_backend
&&
xen_pcibk_backend
in xen_pcibk_release_pci_dev()
[all...]
H
A
D
xenbus.c
742
const struct
xen_pcibk_backend
*__read_mostly
xen_pcibk_backend
;
variable
746
xen_pcibk_backend
= &xen_pcibk_vpci_backend;
in xen_pcibk_xenbus_register()
748
xen_pcibk_backend
= &xen_pcibk_passthrough_backend;
in xen_pcibk_xenbus_register()
749
pr_info("backend is %s\n",
xen_pcibk_backend
->name);
in xen_pcibk_xenbus_register()
H
A
D
passthrough.c
188
const struct
xen_pcibk_backend
xen_pcibk_passthrough_backend = {
H
A
D
vpci.c
264
const struct
xen_pcibk_backend
xen_pcibk_vpci_backend = {
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H
A
D
pciback.h
104
struct
xen_pcibk_backend
{
struct
121
extern const struct
xen_pcibk_backend
xen_pcibk_vpci_backend;
122
extern const struct
xen_pcibk_backend
xen_pcibk_passthrough_backend;
123
extern const struct
xen_pcibk_backend
*
xen_pcibk_backend
;
130
if (
xen_pcibk_backend
&&
xen_pcibk_backend
->add)
in xen_pcibk_add_pci_dev()
131
return
xen_pcibk_backend
->add(pdev, dev, devid, publish_cb);
in xen_pcibk_add_pci_dev()
138
if (
xen_pcibk_backend
&&
xen_pcibk_backend
in xen_pcibk_release_pci_dev()
[all...]
H
A
D
xenbus.c
740
const struct
xen_pcibk_backend
*__read_mostly
xen_pcibk_backend
;
variable
747
xen_pcibk_backend
= &xen_pcibk_vpci_backend;
in xen_pcibk_xenbus_register()
749
xen_pcibk_backend
= &xen_pcibk_passthrough_backend;
in xen_pcibk_xenbus_register()
750
pr_info("backend is %s\n",
xen_pcibk_backend
->name);
in xen_pcibk_xenbus_register()
H
A
D
passthrough.c
188
const struct
xen_pcibk_backend
xen_pcibk_passthrough_backend = {
H
A
D
vpci.c
259
const struct
xen_pcibk_backend
xen_pcibk_vpci_backend = {
Completed in 5 milliseconds