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_cxl_adapter
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
sysfs.c
21
struct cxl *adapter =
to_cxl_adapter
(device);
in caia_version_show()
31
struct cxl *adapter =
to_cxl_adapter
(device);
in psl_revision_show()
40
struct cxl *adapter =
to_cxl_adapter
(device);
in base_image_show()
49
struct cxl *adapter =
to_cxl_adapter
(device);
in image_loaded_show()
60
struct cxl *adapter =
to_cxl_adapter
(device);
in psl_timebase_synced_show()
81
struct cxl *adapter =
to_cxl_adapter
(device);
in tunneled_ops_supported_show()
90
struct cxl *adapter =
to_cxl_adapter
(device);
in reset_adapter_store()
126
struct cxl *adapter =
to_cxl_adapter
(device);
in load_image_on_perst_show()
140
struct cxl *adapter =
to_cxl_adapter
(device);
in load_image_on_perst_store()
164
struct cxl *adapter =
to_cxl_adapter
(devic
in perst_reloads_same_image_show()
[all...]
H
A
D
guest.c
1094
free_adapter(
to_cxl_adapter
(dev));
in release_adapter()
H
A
D
cxl.h
441
#define
to_cxl_adapter
(d) container_of(d, struct cxl, dev)
macro
H
A
D
pci.c
1420
struct cxl *adapter =
to_cxl_adapter
(dev);
in cxl_release_adapter()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
sysfs.c
21
struct cxl *adapter =
to_cxl_adapter
(device);
in caia_version_show()
31
struct cxl *adapter =
to_cxl_adapter
(device);
in psl_revision_show()
40
struct cxl *adapter =
to_cxl_adapter
(device);
in base_image_show()
49
struct cxl *adapter =
to_cxl_adapter
(device);
in image_loaded_show()
60
struct cxl *adapter =
to_cxl_adapter
(device);
in psl_timebase_synced_show()
81
struct cxl *adapter =
to_cxl_adapter
(device);
in tunneled_ops_supported_show()
90
struct cxl *adapter =
to_cxl_adapter
(device);
in reset_adapter_store()
126
struct cxl *adapter =
to_cxl_adapter
(device);
in load_image_on_perst_show()
140
struct cxl *adapter =
to_cxl_adapter
(device);
in load_image_on_perst_store()
164
struct cxl *adapter =
to_cxl_adapter
(devic
in perst_reloads_same_image_show()
[all...]
H
A
D
cxl.h
443
#define
to_cxl_adapter
(d) container_of(d, struct cxl, dev)
macro
H
A
D
guest.c
1100
free_adapter(
to_cxl_adapter
(dev));
in release_adapter()
H
A
D
pci.c
1411
struct cxl *adapter =
to_cxl_adapter
(dev);
in cxl_release_adapter()
Completed in 16 milliseconds