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_min
(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
689
clos_config->
clos_min
= info.min_freq_mhz;
in tpmi_pm_get_clos()
694
clos_config->
clos_min
, clos_config->clos_max);
in tpmi_pm_get_clos()
711
info.min_freq_mhz = clos_config->
clos_min
;
in tpmi_set_clos()
737
clos_config->
clos_min
, clos_config->clos_max);
in tpmi_set_clos()
H
A
D
isst-config.c
54
static int
clos_min
= -1;
variable
1594
clos_config.
clos_min
= min;
in set_clos_param()
2382
clos_config.
clos_min
=
clos_min
;
in set_clos_config_for_cpu()
2422
if (
clos_min
< 0) {
in set_clos_config()
2424
clos_min
= 0;
in set_clos_config()
2808
clos_min
= atoi(optarg);
in parse_cmd_args()
2809
clos_min
/= isst_get_disp_freq_multiplier();
in parse_cmd_args()
H
A
D
isst.h
95
unsigned int
clos_min
;
member
H
A
D
isst-core-mbox.c
962
clos_config->
clos_min
= (resp >> 8) & 0xff;
in mbox_pm_get_clos()
977
req |= (clos_config->
clos_min
& 0xff) << 8;
in mbox_set_clos()
H
A
D
isst-display.c
608
snprintf(value, sizeof(value), "%d MHz", clos_config->
clos_min
* 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
54
static int
clos_min
= -1;
variable
1404
clos_config.
clos_min
= min;
in set_clos_param()
2172
clos_config.
clos_min
=
clos_min
;
in set_clos_config_for_cpu()
2212
if (
clos_min
< 0) {
in set_clos_config()
2214
clos_min
= 0;
in set_clos_config()
2479
clos_min
= atoi(optarg);
in parse_cmd_args()
2480
clos_min
/= DISP_FREQ_MULTIPLIER;
in parse_cmd_args()
H
A
D
isst.h
84
unsigned char
clos_min
;
member
H
A
D
isst-core.c
977
clos_config->
clos_min
= (resp >> 8) & 0xff;
in isst_pm_get_clos()
992
req |= (clos_config->
clos_min
& 0xff) << 8;
in isst_set_clos()
H
A
D
isst-display.c
633
snprintf(value, sizeof(value), "%d MHz", clos_config->
clos_min
* DISP_FREQ_MULTIPLIER);
in isst_clos_display_information()
Completed in 14 milliseconds