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:cdx_device
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/cdx/
H
A
D
cdx_bus.h
76
* struct
cdx_device
- CDX device object
93
struct
cdx_device
{
struct
109
container_of(_dev, struct
cdx_device
, dev)
131
int (*probe)(struct
cdx_device
*dev);
132
int (*remove)(struct
cdx_device
*dev);
133
void (*shutdown)(struct
cdx_device
*dev);
134
void (*reset_prepare)(struct
cdx_device
*dev);
135
void (*reset_done)(struct
cdx_device
*dev);
/kernel/linux/linux-6.6/drivers/cdx/
H
A
D
cdx.c
84
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_dev_reset()
122
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_unregister_device()
152
const struct
cdx_device
*dev)
in cdx_match_one_device()
173
cdx_match_id(const struct cdx_device_id *ids, struct
cdx_device
*dev)
in cdx_match_id()
195
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_bus_match()
230
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_probe()
245
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_remove()
254
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_shutdown()
263
struct
cdx_device
*cdx_dev = to_cdx_device(dev);
in cdx_dma_configure()
295
struct
cdx_device
*cdx_de
[all...]
/kernel/linux/linux-6.6/drivers/vfio/cdx/
H
A
D
main.c
15
struct
cdx_device
*cdx_dev = to_cdx_device(core_vdev->dev);
in vfio_cdx_open_device()
59
struct
cdx_device
*cdx_dev = to_cdx_device(vdev->vdev.dev);
in vfio_cdx_ioctl_get_info()
81
struct
cdx_device
*cdx_dev = to_cdx_device(vdev->vdev.dev);
in vfio_cdx_ioctl_get_region_info()
145
struct
cdx_device
*cdx_dev = to_cdx_device(core_vdev->dev);
in vfio_cdx_mmap()
178
static int vfio_cdx_probe(struct
cdx_device
*cdx_dev)
in vfio_cdx_probe()
201
static int vfio_cdx_remove(struct
cdx_device
*cdx_dev)
in vfio_cdx_remove()
Completed in 2 milliseconds