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:yk
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/thermal/tmon/
H
A
D
pid.c
87
void controller_handler(const double xk, double *
yk
)
in controller_handler()
argument
97
*
yk
= 0.0;
in controller_handler()
105
*
yk
+= p_term + i_term + d_term;
in controller_handler()
111
if (*
yk
< -LIMIT_HIGH)
in controller_handler()
112
*
yk
= -LIMIT_HIGH;
in controller_handler()
113
else if (*
yk
> -LIMIT_LOW)
in controller_handler()
114
*
yk
= -LIMIT_LOW;
in controller_handler()
116
p_param.y_k = *
yk
;
in controller_handler()
H
A
D
tmon.c
221
double
yk
= 0.0, temp; /* controller output */
in main()
local
325
controller_handler(trec[0].temp[target_tz_index] / 1000, &
yk
);
in main()
326
trec[0].pid_out_pct =
yk
;
in main()
H
A
D
tmon.h
137
extern void controller_handler(const double xk, double *
yk
);
/kernel/linux/linux-6.6/tools/thermal/tmon/
H
A
D
pid.c
86
void controller_handler(const double xk, double *
yk
)
in controller_handler()
argument
96
*
yk
= 0.0;
in controller_handler()
104
*
yk
+= p_term + i_term + d_term;
in controller_handler()
110
if (*
yk
< -LIMIT_HIGH)
in controller_handler()
111
*
yk
= -LIMIT_HIGH;
in controller_handler()
112
else if (*
yk
> -LIMIT_LOW)
in controller_handler()
113
*
yk
= -LIMIT_LOW;
in controller_handler()
115
p_param.y_k = *
yk
;
in controller_handler()
H
A
D
tmon.c
221
double
yk
= 0.0, temp; /* controller output */
in main()
local
325
controller_handler(trec[0].temp[target_tz_index] / 1000, &
yk
);
in main()
326
trec[0].pid_out_pct =
yk
;
in main()
H
A
D
tmon.h
137
extern void controller_handler(const double xk, double *
yk
);
Completed in 3 milliseconds