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_dev
(Results
1 - 2
of
2
) sorted by relevance
/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()
local
85
struct cdx_controller *cdx =
cdx_dev
->cdx;
in cdx_dev_reset()
93
cdx_drv->reset_prepare(
cdx_dev
);
in cdx_dev_reset()
96
ret = cdx->ops->dev_configure(cdx,
cdx_dev
->bus_num,
in cdx_dev_reset()
97
cdx_dev
->dev_num, &dev_config);
in cdx_dev_reset()
103
cdx_drv->reset_done(
cdx_dev
);
in cdx_dev_reset()
122
struct cdx_device *
cdx_dev
= to_cdx_device(dev);
in cdx_unregister_device()
local
124
kfree(
cdx_dev
->driver_override);
in cdx_unregister_device()
125
cdx_dev
->driver_override = NULL;
in cdx_unregister_device()
127
* Do not free
cdx_dev
her
in cdx_unregister_device()
195
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
cdx_bus_match()
local
230
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
cdx_probe()
local
245
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
cdx_remove()
local
254
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
cdx_shutdown()
local
263
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
cdx_dma_configure()
local
351
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
driver_override_store()
local
367
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
driver_override_show()
local
381
ATTRIBUTE_GROUPS(
cdx_dev
);
global()
variable
458
struct
cdx_dev
ice *
cdx_dev
= to_
cdx_dev
ice(dev);
cdx_device_release()
local
467
struct
cdx_dev
ice *
cdx_dev
;
cdx_device_add()
local
[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()
local
16
int count =
cdx_dev
->res_count;
in vfio_cdx_open_device()
25
struct resource *res = &
cdx_dev
->res[i];
in vfio_cdx_open_device()
39
if (!(
cdx_dev
->res[i].flags & IORESOURCE_READONLY))
in vfio_cdx_open_device()
59
struct cdx_device *
cdx_dev
= to_cdx_device(vdev->vdev.dev);
in vfio_cdx_ioctl_get_info()
local
71
info.num_regions =
cdx_dev
->res_count;
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()
local
90
if (info.index >=
cdx_dev
->res_count)
in vfio_cdx_ioctl_get_region_info()
145
struct cdx_device *
cdx_dev
= to_cdx_device(core_vdev->dev);
in vfio_cdx_mmap()
local
150
if (index >=
cdx_dev
in vfio_cdx_mmap()
178
vfio_cdx_probe(struct
cdx_dev
ice *
cdx_dev
)
vfio_cdx_probe()
argument
201
vfio_cdx_remove(struct
cdx_dev
ice *
cdx_dev
)
vfio_cdx_remove()
argument
[all...]
Completed in 2 milliseconds