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:fact_enabled
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H
A
D
isst-core.c
89
ctdp_level->
fact_enabled
= !!(resp & BIT(16));
in isst_get_ctdp_control()
102
"cpu:%d CONFIG_TDP_GET_TDP_CONTROL resp:%x fact_support:%d pbf_support: %d
fact_enabled
:%d pbf_enabled:%d\n",
in isst_get_ctdp_control()
104
ctdp_level->
fact_enabled
, ctdp_level->pbf_enabled);
in isst_get_ctdp_control()
509
if (ctdp_level.
fact_enabled
)
in isst_set_pbf_fact_status()
914
if (ctdp_level.
fact_enabled
) {
in isst_pm_qos_config()
H
A
D
isst.h
125
int
fact_enabled
;
member
H
A
D
isst-display.c
456
if (ctdp_level->
fact_enabled
)
in isst_ctdp_display_information()
H
A
D
isst-config.c
1165
ctdp_level->
fact_enabled
= 0;
in clx_n_config()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-core-mbox.c
279
ctdp_level->
fact_enabled
= !!(resp & BIT(16));
in mbox_get_ctdp_control()
292
"cpu:%d CONFIG_TDP_GET_TDP_CONTROL resp:%x fact_support:%d pbf_support: %d
fact_enabled
:%d pbf_enabled:%d\n",
in mbox_get_ctdp_control()
294
ctdp_level->
fact_enabled
, ctdp_level->pbf_enabled);
in mbox_get_ctdp_control()
714
if (ctdp_level.
fact_enabled
)
in mbox_set_pbf_fact_status()
902
if (ctdp_level.
fact_enabled
) {
in mbox_pm_qos_config()
H
A
D
isst-core-tpmi.c
199
ctdp_level->
fact_enabled
= !!(info.feature_state & BIT(1));
in tpmi_get_ctdp_control()
214
("cpu:%d CONFIG_TDP_GET_TDP_CONTROL fact_support:%d pbf_support: %d
fact_enabled
:%d pbf_enabled:%d\n",
in tpmi_get_ctdp_control()
216
ctdp_level->
fact_enabled
, ctdp_level->pbf_enabled);
in tpmi_get_ctdp_control()
461
if (ctdp_level.
fact_enabled
)
in tpmi_set_pbf_fact_status()
H
A
D
isst.h
134
int
fact_enabled
;
member
H
A
D
isst-display.c
461
if (ctdp_level->
fact_enabled
)
in isst_ctdp_display_information()
H
A
D
isst-config.c
1322
ctdp_level->
fact_enabled
= 0;
in clx_n_config()
Completed in 15 milliseconds