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:ACPI_STATE_C1
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_idle.c
136
type =
ACPI_STATE_C1
;
in lapic_timer_check_state()
204
if (state >
ACPI_STATE_C1
)
in tsc_check_state()
279
if (!pr->power.states[
ACPI_STATE_C1
].valid) {
in acpi_processor_get_power_info_default()
282
pr->power.states[
ACPI_STATE_C1
].type =
ACPI_STATE_C1
;
in acpi_processor_get_power_info_default()
283
pr->power.states[
ACPI_STATE_C1
].valid = 1;
in acpi_processor_get_power_info_default()
284
pr->power.states[
ACPI_STATE_C1
].entry_method = ACPI_CSTATE_HALT;
in acpi_processor_get_power_info_default()
286
snprintf(pr->power.states[
ACPI_STATE_C1
].desc,
in acpi_processor_get_power_info_default()
431
case
ACPI_STATE_C1
:
in acpi_processor_power_verify()
696
if (cx->type !=
ACPI_STATE_C1
) {
in acpi_idle_enter()
[all...]
H
A
D
acpi_processor.c
835
if (i == 1 && cx.type !=
ACPI_STATE_C1
)
in acpi_processor_evaluate_cst()
849
if (cx.type ==
ACPI_STATE_C1
&&
in acpi_processor_evaluate_cst()
856
} else if (cx.type ==
ACPI_STATE_C1
) {
in acpi_processor_evaluate_cst()
878
if (cx.type ==
ACPI_STATE_C1
)
in acpi_processor_evaluate_cst()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_idle.c
135
type =
ACPI_STATE_C1
;
in lapic_timer_check_state()
203
if (state >
ACPI_STATE_C1
)
in tsc_check_state()
277
if (!pr->power.states[
ACPI_STATE_C1
].valid) {
in acpi_processor_get_power_info_default()
280
pr->power.states[
ACPI_STATE_C1
].type =
ACPI_STATE_C1
;
in acpi_processor_get_power_info_default()
281
pr->power.states[
ACPI_STATE_C1
].valid = 1;
in acpi_processor_get_power_info_default()
282
pr->power.states[
ACPI_STATE_C1
].entry_method = ACPI_CSTATE_HALT;
in acpi_processor_get_power_info_default()
284
snprintf(pr->power.states[
ACPI_STATE_C1
].desc,
in acpi_processor_get_power_info_default()
424
case
ACPI_STATE_C1
:
in acpi_processor_power_verify()
693
if (cx->type !=
ACPI_STATE_C1
) {
in acpi_idle_enter()
[all...]
H
A
D
acpi_processor.c
917
if (i == 1 && cx.type !=
ACPI_STATE_C1
)
in acpi_processor_evaluate_cst()
931
if (cx.type ==
ACPI_STATE_C1
&&
in acpi_processor_evaluate_cst()
938
} else if (cx.type ==
ACPI_STATE_C1
) {
in acpi_processor_evaluate_cst()
960
if (cx.type ==
ACPI_STATE_C1
)
in acpi_processor_evaluate_cst()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
actypes.h
597
#define
ACPI_STATE_C1
(u8) 1
macro
/kernel/linux/linux-6.6/include/acpi/
H
A
D
actypes.h
600
#define
ACPI_STATE_C1
(u8) 1
macro
/kernel/linux/linux-5.10/drivers/idle/
H
A
D
intel_idle.c
1285
if (cx->type >
ACPI_STATE_C1
)
in intel_idle_init_cstates_acpi()
/kernel/linux/linux-6.6/drivers/idle/
H
A
D
intel_idle.c
1563
if (cx->type >
ACPI_STATE_C1
)
in intel_idle_init_cstates_acpi()
Completed in 16 milliseconds