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:piddata
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pm81.c
397
struct smu_sdbp_cpupiddata *
piddata
;
in wf_smu_create_cpu_fans()
local
408
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in wf_smu_create_cpu_fans()
432
pid_param.history_len =
piddata
->history_len;
in wf_smu_create_cpu_fans()
435
"CPU control loop (%d)\n",
piddata
->history_len);
in wf_smu_create_cpu_fans()
438
pid_param.gd =
piddata
->gd;
in wf_smu_create_cpu_fans()
439
pid_param.gp =
piddata
->gp;
in wf_smu_create_cpu_fans()
440
pid_param.gr =
piddata
->gr / pid_param.history_len;
in wf_smu_create_cpu_fans()
442
tdelta = ((s32)
piddata
->target_temp_delta) << 16;
in wf_smu_create_cpu_fans()
443
maxpow = ((s32)
piddata
->max_power) << 16;
in wf_smu_create_cpu_fans()
444
powadj = ((s32)
piddata
in wf_smu_create_cpu_fans()
[all...]
H
A
D
windfarm_pm112.c
129
struct smu_sdbp_cpupiddata *
piddata
;
in create_cpu_loop()
local
155
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in create_cpu_loop()
166
pid.history_len =
piddata
->history_len;
in create_cpu_loop()
167
pid.gd =
piddata
->gd;
in create_cpu_loop()
168
pid.gp =
piddata
->gp;
in create_cpu_loop()
169
pid.gr =
piddata
->gr /
piddata
->history_len;
in create_cpu_loop()
170
pid.pmaxadj = (
piddata
->max_power << 16) - (
piddata
->power_adj << 8);
in create_cpu_loop()
171
pid.ttarget = tmax - (
piddata
in create_cpu_loop()
[all...]
H
A
D
windfarm_pm91.c
146
struct smu_sdbp_cpupiddata *
piddata
;
in wf_smu_create_cpu_fans()
local
157
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in wf_smu_create_cpu_fans()
178
pid_param.history_len =
piddata
->history_len;
in wf_smu_create_cpu_fans()
181
"CPU control loop (%d)\n",
piddata
->history_len);
in wf_smu_create_cpu_fans()
184
pid_param.gd =
piddata
->gd;
in wf_smu_create_cpu_fans()
185
pid_param.gp =
piddata
->gp;
in wf_smu_create_cpu_fans()
186
pid_param.gr =
piddata
->gr / pid_param.history_len;
in wf_smu_create_cpu_fans()
188
tdelta = ((s32)
piddata
->target_temp_delta) << 16;
in wf_smu_create_cpu_fans()
189
maxpow = ((s32)
piddata
->max_power) << 16;
in wf_smu_create_cpu_fans()
190
powadj = ((s32)
piddata
in wf_smu_create_cpu_fans()
[all...]
H
A
D
windfarm_pm121.c
644
struct smu_sdbp_cpupiddata *
piddata
;
in pm121_create_cpu_fans()
local
657
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in pm121_create_cpu_fans()
678
pid_param.history_len =
piddata
->history_len;
in pm121_create_cpu_fans()
681
"CPU control loop (%d)\n",
piddata
->history_len);
in pm121_create_cpu_fans()
684
pid_param.gd =
piddata
->gd;
in pm121_create_cpu_fans()
685
pid_param.gp =
piddata
->gp;
in pm121_create_cpu_fans()
686
pid_param.gr =
piddata
->gr / pid_param.history_len;
in pm121_create_cpu_fans()
688
tdelta = ((s32)
piddata
->target_temp_delta) << 16;
in pm121_create_cpu_fans()
689
maxpow = ((s32)
piddata
->max_power) << 16;
in pm121_create_cpu_fans()
690
powadj = ((s32)
piddata
in pm121_create_cpu_fans()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pm112.c
131
struct smu_sdbp_cpupiddata *
piddata
;
in create_cpu_loop()
local
157
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in create_cpu_loop()
168
pid.history_len =
piddata
->history_len;
in create_cpu_loop()
169
pid.gd =
piddata
->gd;
in create_cpu_loop()
170
pid.gp =
piddata
->gp;
in create_cpu_loop()
171
pid.gr =
piddata
->gr /
piddata
->history_len;
in create_cpu_loop()
172
pid.pmaxadj = (
piddata
->max_power << 16) - (
piddata
->power_adj << 8);
in create_cpu_loop()
173
pid.ttarget = tmax - (
piddata
in create_cpu_loop()
[all...]
H
A
D
windfarm_pm81.c
398
struct smu_sdbp_cpupiddata *
piddata
;
in wf_smu_create_cpu_fans()
local
409
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in wf_smu_create_cpu_fans()
433
pid_param.history_len =
piddata
->history_len;
in wf_smu_create_cpu_fans()
436
"CPU control loop (%d)\n",
piddata
->history_len);
in wf_smu_create_cpu_fans()
439
pid_param.gd =
piddata
->gd;
in wf_smu_create_cpu_fans()
440
pid_param.gp =
piddata
->gp;
in wf_smu_create_cpu_fans()
441
pid_param.gr =
piddata
->gr / pid_param.history_len;
in wf_smu_create_cpu_fans()
443
tdelta = ((s32)
piddata
->target_temp_delta) << 16;
in wf_smu_create_cpu_fans()
444
maxpow = ((s32)
piddata
->max_power) << 16;
in wf_smu_create_cpu_fans()
445
powadj = ((s32)
piddata
in wf_smu_create_cpu_fans()
[all...]
H
A
D
windfarm_pm91.c
147
struct smu_sdbp_cpupiddata *
piddata
;
in wf_smu_create_cpu_fans()
local
158
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in wf_smu_create_cpu_fans()
179
pid_param.history_len =
piddata
->history_len;
in wf_smu_create_cpu_fans()
182
"CPU control loop (%d)\n",
piddata
->history_len);
in wf_smu_create_cpu_fans()
185
pid_param.gd =
piddata
->gd;
in wf_smu_create_cpu_fans()
186
pid_param.gp =
piddata
->gp;
in wf_smu_create_cpu_fans()
187
pid_param.gr =
piddata
->gr / pid_param.history_len;
in wf_smu_create_cpu_fans()
189
tdelta = ((s32)
piddata
->target_temp_delta) << 16;
in wf_smu_create_cpu_fans()
190
maxpow = ((s32)
piddata
->max_power) << 16;
in wf_smu_create_cpu_fans()
191
powadj = ((s32)
piddata
in wf_smu_create_cpu_fans()
[all...]
H
A
D
windfarm_pm121.c
645
struct smu_sdbp_cpupiddata *
piddata
;
in pm121_create_cpu_fans()
local
658
piddata
= (struct smu_sdbp_cpupiddata *)&hdr[1];
in pm121_create_cpu_fans()
679
pid_param.history_len =
piddata
->history_len;
in pm121_create_cpu_fans()
682
"CPU control loop (%d)\n",
piddata
->history_len);
in pm121_create_cpu_fans()
685
pid_param.gd =
piddata
->gd;
in pm121_create_cpu_fans()
686
pid_param.gp =
piddata
->gp;
in pm121_create_cpu_fans()
687
pid_param.gr =
piddata
->gr / pid_param.history_len;
in pm121_create_cpu_fans()
689
tdelta = ((s32)
piddata
->target_temp_delta) << 16;
in pm121_create_cpu_fans()
690
maxpow = ((s32)
piddata
->max_power) << 16;
in pm121_create_cpu_fans()
691
powadj = ((s32)
piddata
in pm121_create_cpu_fans()
[all...]
Completed in 7 milliseconds