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:is_cxl_root
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
port.c
65
if (
is_cxl_root
(to_cxl_port(dev)))
in cxl_device_id()
565
if (
is_cxl_root
(port))
in unregister_port()
577
else if (
is_cxl_root
(parent))
in unregister_port()
669
!
is_cxl_root
(to_cxl_port(iter->dev.parent)))
in cxl_port_alloc()
836
if (
is_cxl_root
(port))
in cxl_port_to_pci_bus()
878
if (
is_cxl_root
(port))
in dev_is_cxl_root_child()
882
if (
is_cxl_root
(parent))
in dev_is_cxl_root_child()
892
while (iter && !
is_cxl_root
(iter))
in find_cxl_root()
947
if (
is_cxl_root
(port))
in cond_cxl_root_lock()
953
if (
is_cxl_root
(por
in cond_cxl_root_unlock()
[all...]
H
A
D
region.c
165
while (!
is_cxl_root
(to_cxl_port(iter->dev.parent)))
in cxl_region_decode_reset()
225
for (iter = cxled_to_port(cxled); !
is_cxl_root
(iter);
in cxl_region_decode_commit()
1159
if (
is_cxl_root
(parent_port)) {
in cxl_port_setup_targets()
1345
while (!
is_cxl_root
(to_cxl_port(iter->dev.parent)))
in cxl_region_teardown_targets()
1378
while (!
is_cxl_root
(to_cxl_port(iter->dev.parent)))
in cxl_region_setup_targets()
1468
for (iter = cxled_to_port(cxled); !
is_cxl_root
(iter);
in cxl_region_attach_position()
1478
for (iter = cxled_to_port(cxled); !
is_cxl_root
(iter);
in cxl_region_attach_position()
1642
if (
is_cxl_root
(iter))
in cxl_calc_interleave_pos()
1873
for (iter = ep_port; !
is_cxl_root
(iter);
in cxl_region_detach()
H
A
D
pci.c
457
while (!
is_cxl_root
(root) && is_cxl_port(root->dev.parent))
in cxl_hdm_decode_init()
459
if (!
is_cxl_root
(root)) {
in cxl_hdm_decode_init()
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
mem.c
60
for (iter = parent_port, down = NULL; !
is_cxl_root
(iter);
in devm_cxl_add_endpoint()
H
A
D
cxl.h
675
static inline bool
is_cxl_root
(struct cxl_port *port)
in is_cxl_root()
function
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
cxl.c
853
else if (
is_cxl_root
(parent_port))
in mock_cxl_enumerate_decoders()
Completed in 11 milliseconds