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:icc_ops
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/memory/tegra/
H
A
D
mc.c
826
!mc->soc->
icc_ops
)
in tegra_mc_interconnect_setup()
831
mc->provider.set = mc->soc->
icc_ops
->set;
in tegra_mc_interconnect_setup()
832
mc->provider.aggregate = mc->soc->
icc_ops
->aggregate;
in tegra_mc_interconnect_setup()
833
mc->provider.get_bw = mc->soc->
icc_ops
->get_bw;
in tegra_mc_interconnect_setup()
834
mc->provider.xlate = mc->soc->
icc_ops
->xlate;
in tegra_mc_interconnect_setup()
835
mc->provider.xlate_extended = mc->soc->
icc_ops
->xlate_extended;
in tegra_mc_interconnect_setup()
H
A
D
tegra186-emc.c
273
emc->provider.aggregate = soc->
icc_ops
->aggregate;
in tegra_emc_interconnect_init()
348
if (mc && mc->soc->
icc_ops
) {
in tegra186_emc_probe()
H
A
D
tegra124.c
1276
.
icc_ops
= &tegra124_mc_icc_ops,
1308
.
icc_ops
= &tegra124_mc_icc_ops,
H
A
D
tegra20.c
807
.
icc_ops
= &tegra20_mc_icc_ops,
H
A
D
tegra30.c
1401
.
icc_ops
= &tegra30_mc_icc_ops,
H
A
D
tegra234.c
1057
.
icc_ops
= &tegra234_mc_icc_ops,
H
A
D
tegra194.c
1358
.
icc_ops
= &tegra_mc_icc_ops,
H
A
D
tegra20-emc.c
1021
emc->provider.aggregate = soc->
icc_ops
->aggregate;
in tegra_emc_interconnect_init()
H
A
D
tegra124-emc.c
1351
emc->provider.aggregate = soc->
icc_ops
->aggregate;
in tegra_emc_interconnect_init()
H
A
D
tegra30-emc.c
1533
emc->provider.aggregate = soc->
icc_ops
->aggregate;
in tegra_emc_interconnect_init()
/kernel/linux/linux-6.6/include/soc/tegra/
H
A
D
mc.h
220
const struct tegra_mc_icc_ops *
icc_ops
;
member
Completed in 17 milliseconds