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:root_dprc_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H
A
D
fsl-mc-bus.c
467
struct device **
root_dprc_dev
)
in fsl_mc_get_root_dprc()
470
*
root_dprc_dev
= NULL;
in fsl_mc_get_root_dprc()
472
*
root_dprc_dev
= NULL;
in fsl_mc_get_root_dprc()
474
*
root_dprc_dev
= dev;
in fsl_mc_get_root_dprc()
475
while (dev_is_fsl_mc((*
root_dprc_dev
)->parent))
in fsl_mc_get_root_dprc()
476
*
root_dprc_dev
= (*
root_dprc_dev
)->parent;
in fsl_mc_get_root_dprc()
525
struct device *
root_dprc_dev
;
in translate_mc_addr()
local
528
fsl_mc_get_root_dprc(&mc_dev->dev, &
root_dprc_dev
);
in translate_mc_addr()
529
mc = dev_get_drvdata(
root_dprc_dev
in translate_mc_addr()
466
fsl_mc_get_root_dprc(struct device *dev, struct device **
root_dprc_dev
)
fsl_mc_get_root_dprc()
argument
653
struct device *
root_dprc_dev
;
fsl_mc_is_root_dprc()
local
[all...]
H
A
D
fsl-mc-msi.c
183
struct device *
root_dprc_dev
;
in fsl_mc_find_msi_domain()
local
188
fsl_mc_get_root_dprc(dev, &
root_dprc_dev
);
in fsl_mc_find_msi_domain()
189
bus_dev =
root_dprc_dev
->parent;
in fsl_mc_find_msi_domain()
H
A
D
fsl-mc-private.h
609
struct device **
root_dprc_dev
);
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H
A
D
fsl-mc-bus.c
572
struct device **
root_dprc_dev
)
in fsl_mc_get_root_dprc()
575
*
root_dprc_dev
= NULL;
in fsl_mc_get_root_dprc()
577
*
root_dprc_dev
= NULL;
in fsl_mc_get_root_dprc()
579
*
root_dprc_dev
= dev;
in fsl_mc_get_root_dprc()
580
while (dev_is_fsl_mc((*
root_dprc_dev
)->parent))
in fsl_mc_get_root_dprc()
581
*
root_dprc_dev
= (*
root_dprc_dev
)->parent;
in fsl_mc_get_root_dprc()
630
struct device *
root_dprc_dev
;
in translate_mc_addr()
local
633
fsl_mc_get_root_dprc(&mc_dev->dev, &
root_dprc_dev
);
in translate_mc_addr()
634
mc = dev_get_drvdata(
root_dprc_dev
in translate_mc_addr()
571
fsl_mc_get_root_dprc(struct device *dev, struct device **
root_dprc_dev
)
fsl_mc_get_root_dprc()
argument
758
struct device *
root_dprc_dev
;
fsl_mc_is_root_dprc()
local
[all...]
H
A
D
fsl-mc-msi.c
182
struct device *
root_dprc_dev
;
in fsl_mc_find_msi_domain()
local
187
fsl_mc_get_root_dprc(dev, &
root_dprc_dev
);
in fsl_mc_find_msi_domain()
188
bus_dev =
root_dprc_dev
->parent;
in fsl_mc_find_msi_domain()
H
A
D
fsl-mc-private.h
665
struct device **
root_dprc_dev
);
Completed in 6 milliseconds