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:t_hyst_lowhigh
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
ab8500_chargalg.c
204
* @
t_hyst_lowhigh
temperature hysteresis when the temperature has been
229
int
t_hyst_lowhigh
;
member
662
di->
t_hyst_lowhigh
= 0;
in ab8500_chargalg_check_temp()
665
(di->batt_data.temp < (bi->temp_max - di->
t_hyst_lowhigh
))) {
in ab8500_chargalg_check_temp()
670
di->
t_hyst_lowhigh
= 0;
in ab8500_chargalg_check_temp()
671
} else if ((di->batt_data.temp > (bi->temp_min + di->
t_hyst_lowhigh
)) &&
in ab8500_chargalg_check_temp()
677
di->
t_hyst_lowhigh
= 0;
in ab8500_chargalg_check_temp()
685
di->
t_hyst_lowhigh
= di->bm->temp_hysteresis;
in ab8500_chargalg_check_temp()
690
di->batt_data.temp, di->
t_hyst_lowhigh
,
in ab8500_chargalg_check_temp()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
abx500_chargalg.c
215
* @
t_hyst_lowhigh
temperature hysteresis when the temperature has been
242
int
t_hyst_lowhigh
;
member
730
di->
t_hyst_lowhigh
= 0;
in abx500_chargalg_check_temp()
734
(di->bm->temp_over - di->
t_hyst_lowhigh
))) ||
in abx500_chargalg_check_temp()
736
(di->bm->temp_under + di->
t_hyst_lowhigh
)) &&
in abx500_chargalg_check_temp()
742
di->
t_hyst_lowhigh
= 0;
in abx500_chargalg_check_temp()
749
di->
t_hyst_lowhigh
= di->bm->temp_hysteresis;
in abx500_chargalg_check_temp()
754
di->batt_data.temp, di->
t_hyst_lowhigh
,
in abx500_chargalg_check_temp()
Completed in 7 milliseconds