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:max_freq_mhz
(Results
1 - 4
of
4
) 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()
712
info.
max_freq_mhz
= clos_config->clos_max;
in tpmi_set_clos()
716
if (info.
max_freq_mhz
<= 0xff)
in tpmi_set_clos()
717
info.
max_freq_mhz
*= 100;
in tpmi_set_clos()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt_sysfs_pm.c
395
INTEL_GT_SYSFS_SHOW_MAX(
max_freq_mhz
);
variable
399
INTEL_GT_SYSFS_STORE(
max_freq_mhz
, __set_max_freq);
422
INTEL_GT_RPS_SYSFS_ATTR_RW(
max_freq_mhz
);
variable
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
isst_if.h
193
*
max_freq_mhz
: Maximum frequency in MHz
205
__u16
max_freq_mhz
;
member
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/
H
A
D
isst_tpmi_core.c
517
_write_cp_info("clos.max_freq", clos_param.
max_freq_mhz
,
in isst_if_clos_param()
531
_read_cp_info("clos.max_freq", clos_param.
max_freq_mhz
,
in isst_if_clos_param()
Completed in 6 milliseconds