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_system
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_pm81.c
137
static struct wf_control *
fan_system
;
variable
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()
322
if (
fan_system
)
in wf_smu_create_sys_fans()
323
wf_control_set_max(
fan_system
);
in wf_smu_create_sys_fans()
375
if (
fan_system
&& wf_smu_failure_state == 0) {
in wf_smu_sys_fans_tick()
376
rc = wf_control_set(
fan_system
, st->sys_setpoint);
in wf_smu_sys_fans_tick()
573
if (
fan_system
)
in wf_smu_tick()
574
wf_control_set_max(
fan_system
);
in wf_smu_tick()
621
if (
fan_system
in wf_smu_new_control()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_pm81.c
138
static struct wf_control *
fan_system
;
variable
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()
323
if (
fan_system
)
in wf_smu_create_sys_fans()
324
wf_control_set_max(
fan_system
);
in wf_smu_create_sys_fans()
376
if (
fan_system
&& wf_smu_failure_state == 0) {
in wf_smu_sys_fans_tick()
377
rc = wf_control_set(
fan_system
, st->sys_setpoint);
in wf_smu_sys_fans_tick()
574
if (
fan_system
)
in wf_smu_tick()
575
wf_control_set_max(
fan_system
);
in wf_smu_tick()
622
if (
fan_system
in wf_smu_new_control()
[all...]
Completed in 4 milliseconds