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:pid_param
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pm81.c
267
struct wf_pid_param
pid_param
;
in wf_smu_create_sys_fans()
local
299
pid_param
.gd = param->gd;
in wf_smu_create_sys_fans()
300
pid_param
.gp = param->gp;
in wf_smu_create_sys_fans()
301
pid_param
.gr = param->gr;
in wf_smu_create_sys_fans()
302
pid_param
.interval = WF_SMU_SYS_FANS_INTERVAL;
in wf_smu_create_sys_fans()
303
pid_param
.history_len = WF_SMU_SYS_FANS_HISTORY_SIZE;
in wf_smu_create_sys_fans()
304
pid_param
.itarget = param->itarget;
in wf_smu_create_sys_fans()
305
pid_param
.min = wf_control_get_min(fan_system);
in wf_smu_create_sys_fans()
306
pid_param
.max = wf_control_get_max(fan_system);
in wf_smu_create_sys_fans()
308
pid_param
in wf_smu_create_sys_fans()
395
struct wf_cpu_
pid_param
pid_param
;
wf_smu_create_cpu_fans()
local
[all...]
H
A
D
windfarm_pm121.c
510
struct wf_pid_param
pid_param
;
in pm121_create_sys_fans()
local
542
pid_param
.gd = PM121_SYS_GD;
in pm121_create_sys_fans()
543
pid_param
.gp = param->gp;
in pm121_create_sys_fans()
544
pid_param
.gr = PM121_SYS_GR;
in pm121_create_sys_fans()
545
pid_param
.interval = PM121_SYS_INTERVAL;
in pm121_create_sys_fans()
546
pid_param
.history_len = PM121_SYS_HISTORY_SIZE;
in pm121_create_sys_fans()
547
pid_param
.itarget = param->itarget;
in pm121_create_sys_fans()
550
pid_param
.min = control->ops->get_min(control);
in pm121_create_sys_fans()
551
pid_param
.max = control->ops->get_max(control);
in pm121_create_sys_fans()
557
pid_param
in pm121_create_sys_fans()
642
struct wf_cpu_
pid_param
pid_param
;
pm121_create_cpu_fans()
local
[all...]
H
A
D
windfarm_pm91.c
144
struct wf_cpu_pid_param
pid_param
;
in wf_smu_create_cpu_fans()
local
177
pid_param
.interval = WF_SMU_CPU_FANS_INTERVAL;
in wf_smu_create_cpu_fans()
178
pid_param
.history_len = piddata->history_len;
in wf_smu_create_cpu_fans()
179
if (
pid_param
.history_len > WF_CPU_PID_MAX_HISTORY) {
in wf_smu_create_cpu_fans()
182
pid_param
.history_len = WF_CPU_PID_MAX_HISTORY;
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()
192
pid_param
in wf_smu_create_cpu_fans()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pm81.c
268
struct wf_pid_param
pid_param
;
in wf_smu_create_sys_fans()
local
300
pid_param
.gd = param->gd;
in wf_smu_create_sys_fans()
301
pid_param
.gp = param->gp;
in wf_smu_create_sys_fans()
302
pid_param
.gr = param->gr;
in wf_smu_create_sys_fans()
303
pid_param
.interval = WF_SMU_SYS_FANS_INTERVAL;
in wf_smu_create_sys_fans()
304
pid_param
.history_len = WF_SMU_SYS_FANS_HISTORY_SIZE;
in wf_smu_create_sys_fans()
305
pid_param
.itarget = param->itarget;
in wf_smu_create_sys_fans()
306
pid_param
.min = wf_control_get_min(fan_system);
in wf_smu_create_sys_fans()
307
pid_param
.max = wf_control_get_max(fan_system);
in wf_smu_create_sys_fans()
309
pid_param
in wf_smu_create_sys_fans()
396
struct wf_cpu_
pid_param
pid_param
;
wf_smu_create_cpu_fans()
local
[all...]
H
A
D
windfarm_pm121.c
511
struct wf_pid_param
pid_param
;
in pm121_create_sys_fans()
local
543
pid_param
.gd = PM121_SYS_GD;
in pm121_create_sys_fans()
544
pid_param
.gp = param->gp;
in pm121_create_sys_fans()
545
pid_param
.gr = PM121_SYS_GR;
in pm121_create_sys_fans()
546
pid_param
.interval = PM121_SYS_INTERVAL;
in pm121_create_sys_fans()
547
pid_param
.history_len = PM121_SYS_HISTORY_SIZE;
in pm121_create_sys_fans()
548
pid_param
.itarget = param->itarget;
in pm121_create_sys_fans()
551
pid_param
.min = control->ops->get_min(control);
in pm121_create_sys_fans()
552
pid_param
.max = control->ops->get_max(control);
in pm121_create_sys_fans()
558
pid_param
in pm121_create_sys_fans()
643
struct wf_cpu_
pid_param
pid_param
;
pm121_create_cpu_fans()
local
[all...]
H
A
D
windfarm_pm91.c
145
struct wf_cpu_pid_param
pid_param
;
in wf_smu_create_cpu_fans()
local
178
pid_param
.interval = WF_SMU_CPU_FANS_INTERVAL;
in wf_smu_create_cpu_fans()
179
pid_param
.history_len = piddata->history_len;
in wf_smu_create_cpu_fans()
180
if (
pid_param
.history_len > WF_CPU_PID_MAX_HISTORY) {
in wf_smu_create_cpu_fans()
183
pid_param
.history_len = WF_CPU_PID_MAX_HISTORY;
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()
193
pid_param
in wf_smu_create_cpu_fans()
[all...]
Completed in 4 milliseconds