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:resist
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
ab8500.c
71
if (r_ntc > tbl[0].
resist
|| r_ntc < tbl[tbl_sz - 1].
resist
)
in ab8500_voltage_to_temp()
74
while (!(r_ntc <= tbl[i].
resist
&& r_ntc > tbl[i + 1].
resist
) &&
in ab8500_voltage_to_temp()
80
(r_ntc - tbl[i].
resist
)) / (tbl[i + 1].
resist
- tbl[i].
resist
);
in ab8500_voltage_to_temp()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
ab8500_btemp.c
437
if (res > tbl[0].
resist
)
in ab8500_btemp_res_to_temp()
439
else if (res <= tbl[tbl_size - 1].
resist
)
in ab8500_btemp_res_to_temp()
443
while (!(res <= tbl[i].
resist
&&
in ab8500_btemp_res_to_temp()
444
res > tbl[i + 1].
resist
))
in ab8500_btemp_res_to_temp()
449
(res - tbl[i].
resist
)) / (tbl[i + 1].
resist
- tbl[i].
resist
);
in ab8500_btemp_res_to_temp()
H
A
D
ab8500_fg.c
910
int
resist
= 0;
in ab8500_fg_battery_resistance()
local
921
resist
= interpolate(di->bat_temp / 10,
in ab8500_fg_battery_resistance()
923
tbl[i].
resist
,
in ab8500_fg_battery_resistance()
925
tbl[i-1].
resist
);
in ab8500_fg_battery_resistance()
927
resist
= tbl[0].
resist
;
in ab8500_fg_battery_resistance()
929
resist
= tbl[tbl_size - 1].
resist
;
in ab8500_fg_battery_resistance()
934
__func__, di->bat_temp,
resist
, di->bm->fg_res / 10,
in ab8500_fg_battery_resistance()
935
(di->bm->fg_res / 10) +
resist
);
in ab8500_fg_battery_resistance()
[all...]
H
A
D
power_supply_core.c
779
int i,
resist
;
in power_supply_temp2resist_simple()
local
791
resist
= tmp + table[i].resistance;
in power_supply_temp2resist_simple()
793
resist
= table[0].resistance;
in power_supply_temp2resist_simple()
795
resist
= table[table_len - 1].resistance;
in power_supply_temp2resist_simple()
798
return
resist
;
in power_supply_temp2resist_simple()
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
H
A
D
ab8500-bm.h
281
* @
resist
: NTC resistor net total resistance
285
int
resist
;
member
292
* @
resist
: battery internal reistance in mOhm
296
int
resist
;
member
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
abx500.h
49
* @
resist
: NTC resistor net total resistance
53
int
resist
;
member
Completed in 8 milliseconds