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:clos_max
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H
A
D
isst-core-tpmi.c
690
clos_config->
clos_max
= info.max_freq_mhz;
in tpmi_pm_get_clos()
694
clos_config->clos_min, clos_config->
clos_max
);
in tpmi_pm_get_clos()
712
info.max_freq_mhz = clos_config->
clos_max
;
in tpmi_set_clos()
737
clos_config->clos_min, clos_config->
clos_max
);
in tpmi_set_clos()
H
A
D
isst-config.c
55
static int
clos_max
= -1;
variable
1595
clos_config.
clos_max
= max;
in set_clos_param()
2383
clos_config.
clos_max
=
clos_max
;
in set_clos_config_for_cpu()
2426
if (
clos_max
< 0) {
in set_clos_config()
2428
clos_max
= 0xff;
in set_clos_config()
2812
clos_max
= atoi(optarg);
in parse_cmd_args()
2813
clos_max
/= isst_get_disp_freq_multiplier();
in parse_cmd_args()
H
A
D
isst.h
96
unsigned int
clos_max
;
member
H
A
D
isst-core-mbox.c
963
clos_config->
clos_max
= (resp >> 16) & 0xff;
in mbox_pm_get_clos()
978
req |= (clos_config->
clos_max
& 0xff) << 16;
in mbox_set_clos()
H
A
D
isst-display.c
612
if ((clos_config->
clos_max
* isst_get_disp_freq_multiplier()) == 25500)
in isst_clos_display_information()
615
snprintf(value, sizeof(value), "%d MHz", clos_config->
clos_max
* isst_get_disp_freq_multiplier());
in isst_clos_display_information()
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H
A
D
isst-config.c
55
static int
clos_max
= -1;
variable
1405
clos_config.
clos_max
= max;
in set_clos_param()
2173
clos_config.
clos_max
=
clos_max
;
in set_clos_config_for_cpu()
2216
if (
clos_max
< 0) {
in set_clos_config()
2218
clos_max
= 0xff;
in set_clos_config()
2483
clos_max
= atoi(optarg);
in parse_cmd_args()
2484
clos_max
/= DISP_FREQ_MULTIPLIER;
in parse_cmd_args()
H
A
D
isst.h
85
unsigned char
clos_max
;
member
H
A
D
isst-display.c
637
if (clos_config->
clos_max
== 0xff)
in isst_clos_display_information()
640
snprintf(value, sizeof(value), "%d MHz", clos_config->
clos_max
* DISP_FREQ_MULTIPLIER);
in isst_clos_display_information()
H
A
D
isst-core.c
978
clos_config->
clos_max
= (resp >> 16) & 0xff;
in isst_pm_get_clos()
993
req |= (clos_config->
clos_max
& 0xff) << 16;
in isst_set_clos()
Completed in 14 milliseconds