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:intel_pstate
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
intel_pstate.c
3
*
intel_pstate
.c: Native P state management for Intel processors
706
static struct cpufreq_driver
intel_pstate
;
variable
746
if (intel_pstate_driver == &
intel_pstate
) {
in store_energy_performance_preference()
1256
if (intel_pstate_driver == &
intel_pstate
)
in store_max_perf_pct()
1290
if (intel_pstate_driver == &
intel_pstate
)
in store_min_perf_pct()
1383
intel_pstate_kobject = kobject_create_and_add("
intel_pstate
",
in intel_pstate_sysfs_expose_params()
2465
static struct cpufreq_driver
intel_pstate
= {
variable
2477
.name = "
intel_pstate
",
2747
if (intel_pstate_driver == &
intel_pstate
)
in intel_pstate_driver_cleanup()
2763
if (driver == &
intel_pstate
)
in intel_pstate_register_driver()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
intel_pstate.c
3
*
intel_pstate
.c: Native P state management for Intel processors
824
static struct cpufreq_driver
intel_pstate
;
variable
864
if (intel_pstate_driver == &
intel_pstate
) {
in store_energy_performance_preference()
1412
if (intel_pstate_driver == &
intel_pstate
)
in store_max_perf_pct()
1446
if (intel_pstate_driver == &
intel_pstate
)
in store_min_perf_pct()
1539
intel_pstate_kobject = kobject_create_and_add("
intel_pstate
", &dev_root->kobj);
in intel_pstate_sysfs_expose_params()
2637
* policy->cur is never updated with the
intel_pstate
driver, but it
in intel_pstate_set_policy()
2798
static struct cpufreq_driver
intel_pstate
= {
variable
2809
.name = "
intel_pstate
",
3137
if (intel_pstate_driver == &
intel_pstate
)
in intel_pstate_driver_cleanup()
[all...]
H
A
D
Makefile
50
obj-$(CONFIG_X86_INTEL_PSTATE) +=
intel_pstate
.o
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/
H
A
D
run.sh
4
# This test runs on Intel x86 based hardware which support the
intel_pstate
14
# /sys/devices/system/cpu/
intel_pstate
/max_perf_pct X maximum turbo state
69
max_perf_pct=$(cat /sys/devices/system/cpu/
intel_pstate
/max_perf_pct)
/kernel/linux/linux-6.6/tools/testing/selftests/intel_pstate/
H
A
D
run.sh
4
# This test runs on Intel x86 based hardware which support the
intel_pstate
14
# /sys/devices/system/cpu/
intel_pstate
/max_perf_pct X maximum turbo state
69
max_perf_pct=$(cat /sys/devices/system/cpu/
intel_pstate
/max_perf_pct)
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
Makefile
23
TARGETS +=
intel_pstate
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
Makefile
34
TARGETS +=
intel_pstate
Completed in 10 milliseconds