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:fan_hd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pm81.c
136
static struct wf_control *
fan_hd
;
variable
307
if (
fan_hd
) {
in wf_smu_create_sys_fans()
309
max(pid_param.min, wf_control_get_min(
fan_hd
));
in wf_smu_create_sys_fans()
311
min(pid_param.max, wf_control_get_max(
fan_hd
));
in wf_smu_create_sys_fans()
324
if (
fan_hd
)
in wf_smu_create_sys_fans()
325
wf_control_set_max(
fan_hd
);
in wf_smu_create_sys_fans()
383
if (
fan_hd
&& wf_smu_failure_state == 0) {
in wf_smu_sys_fans_tick()
384
rc = wf_control_set(
fan_hd
, st->hd_setpoint);
in wf_smu_sys_fans_tick()
577
if (
fan_hd
)
in wf_smu_tick()
578
wf_control_set_max(
fan_hd
);
in wf_smu_tick()
[all...]
H
A
D
windfarm_pm91.c
72
static struct wf_control *
fan_hd
;
variable
312
param.additive = (
fan_hd
->type == WF_CONTROL_RPM_FAN);
in wf_smu_create_drive_fans()
313
param.min = wf_control_get_min(
fan_hd
);
in wf_smu_create_drive_fans()
314
param.max = wf_control_get_max(
fan_hd
);
in wf_smu_create_drive_fans()
323
if (
fan_hd
)
in wf_smu_create_drive_fans()
324
wf_control_set_max(
fan_hd
);
in wf_smu_create_drive_fans()
361
if (
fan_hd
&& wf_smu_failure_state == 0) {
in wf_smu_drive_fans_tick()
362
rc = wf_control_set(
fan_hd
, st->setpoint);
in wf_smu_drive_fans_tick()
500
if (
fan_hd
)
in wf_smu_tick()
501
wf_control_set_max(
fan_hd
);
in wf_smu_tick()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pm81.c
137
static struct wf_control *
fan_hd
;
variable
308
if (
fan_hd
) {
in wf_smu_create_sys_fans()
310
max(pid_param.min, wf_control_get_min(
fan_hd
));
in wf_smu_create_sys_fans()
312
min(pid_param.max, wf_control_get_max(
fan_hd
));
in wf_smu_create_sys_fans()
325
if (
fan_hd
)
in wf_smu_create_sys_fans()
326
wf_control_set_max(
fan_hd
);
in wf_smu_create_sys_fans()
384
if (
fan_hd
&& wf_smu_failure_state == 0) {
in wf_smu_sys_fans_tick()
385
rc = wf_control_set(
fan_hd
, st->hd_setpoint);
in wf_smu_sys_fans_tick()
578
if (
fan_hd
)
in wf_smu_tick()
579
wf_control_set_max(
fan_hd
);
in wf_smu_tick()
[all...]
H
A
D
windfarm_pm91.c
73
static struct wf_control *
fan_hd
;
variable
313
param.additive = (
fan_hd
->type == WF_CONTROL_RPM_FAN);
in wf_smu_create_drive_fans()
314
param.min = wf_control_get_min(
fan_hd
);
in wf_smu_create_drive_fans()
315
param.max = wf_control_get_max(
fan_hd
);
in wf_smu_create_drive_fans()
324
if (
fan_hd
)
in wf_smu_create_drive_fans()
325
wf_control_set_max(
fan_hd
);
in wf_smu_create_drive_fans()
362
if (
fan_hd
&& wf_smu_failure_state == 0) {
in wf_smu_drive_fans_tick()
363
rc = wf_control_set(
fan_hd
, st->setpoint);
in wf_smu_drive_fans_tick()
501
if (
fan_hd
)
in wf_smu_tick()
502
wf_control_set_max(
fan_hd
);
in wf_smu_tick()
[all...]
Completed in 4 milliseconds