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:TEGRA_CC6
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpuidle/
H
A
D
cpuidle-tegra.c
44
TEGRA_CC6
,
enumerator
185
if (index ==
TEGRA_CC6
) {
in tegra_cpuidle_state_enter()
200
case
TEGRA_CC6
:
in tegra_cpuidle_state_enter()
229
index =
TEGRA_CC6
;
in tegra_cpuidle_adjust_state_index()
251
if (ret != -EINTR || index !=
TEGRA_CC6
)
in tegra_cpuidle_enter()
301
[
TEGRA_CC6
] = {
328
struct cpuidle_state *state_cc6 = &tegra_idle_driver.states[
TEGRA_CC6
];
in tegra_cpuidle_pcie_irqs_in_use()
335
tegra_cpuidle_disable_state(
TEGRA_CC6
);
in tegra_cpuidle_pcie_irqs_in_use()
351
tegra_cpuidle_disable_state(
TEGRA_CC6
);
in tegra_cpuidle_probe()
362
tegra_cpuidle_disable_state(
TEGRA_CC6
);
in tegra_cpuidle_probe()
[all...]
/kernel/linux/linux-6.6/drivers/cpuidle/
H
A
D
cpuidle-tegra.c
44
TEGRA_CC6
,
enumerator
176
if (index ==
TEGRA_CC6
) {
in tegra_cpuidle_state_enter()
193
case
TEGRA_CC6
:
in tegra_cpuidle_state_enter()
224
index =
TEGRA_CC6
;
in tegra_cpuidle_adjust_state_index()
251
if (ret != -EINTR || index !=
TEGRA_CC6
)
in tegra_cpuidle_enter()
302
[
TEGRA_CC6
] = {
330
struct cpuidle_state *state_cc6 = &tegra_idle_driver.states[
TEGRA_CC6
];
in tegra_cpuidle_pcie_irqs_in_use()
337
tegra_cpuidle_disable_state(
TEGRA_CC6
);
in tegra_cpuidle_pcie_irqs_in_use()
356
tegra_cpuidle_disable_state(
TEGRA_CC6
);
in tegra_cpuidle_probe()
365
tegra_cpuidle_disable_state(
TEGRA_CC6
);
in tegra_cpuidle_probe()
[all...]
Completed in 2 milliseconds