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:thermistor
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/temperature/
H
A
D
ltc2983.c
112
/* cold junction for thermocouples and rsense for rtd's and
thermistor
's */
545
struct ltc2983_thermistor *
thermistor
= to_thermistor(sensor);
in ltc2983_thermistor_assign_chan()
local
548
chan_val = LTC2983_CHAN_ASSIGN(
thermistor
->r_sense_chan);
in ltc2983_thermistor_assign_chan()
549
chan_val |= LTC2983_THERMISTOR_CFG(
thermistor
->sensor_config);
in ltc2983_thermistor_assign_chan()
551
LTC2983_THERMISTOR_EXC_CURRENT(
thermistor
->excitation_current);
in ltc2983_thermistor_assign_chan()
553
if (
thermistor
->custom) {
in ltc2983_thermistor_assign_chan()
557
thermistor
->custom,
in ltc2983_thermistor_assign_chan()
869
struct ltc2983_thermistor *
thermistor
;
in ltc2983_thermistor_new()
local
875
thermistor
= devm_kzalloc(dev, sizeof(*
thermistor
), GFP_KERNE
in ltc2983_thermistor_new()
[all...]
/kernel/linux/linux-6.6/drivers/iio/temperature/
H
A
D
ltc2983.c
127
/* cold junction for thermocouples and rsense for rtd's and
thermistor
's */
583
struct ltc2983_thermistor *
thermistor
= to_thermistor(sensor);
in ltc2983_thermistor_assign_chan()
local
586
chan_val = LTC2983_CHAN_ASSIGN(
thermistor
->r_sense_chan);
in ltc2983_thermistor_assign_chan()
587
chan_val |= LTC2983_THERMISTOR_CFG(
thermistor
->sensor_config);
in ltc2983_thermistor_assign_chan()
589
LTC2983_THERMISTOR_EXC_CURRENT(
thermistor
->excitation_current);
in ltc2983_thermistor_assign_chan()
591
if (
thermistor
->custom) {
in ltc2983_thermistor_assign_chan()
595
thermistor
->custom,
in ltc2983_thermistor_assign_chan()
922
struct ltc2983_thermistor *
thermistor
;
in ltc2983_thermistor_new()
local
928
thermistor
= devm_kzalloc(dev, sizeof(*
thermistor
), GFP_KERNE
in ltc2983_thermistor_new()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-nvidia-shield.c
109
__le16
thermistor
;
member
614
u16 hostcmd_thermistor = le16_to_cpu(battery->
thermistor
);
in thunderstrike_parse_battery_payload()
646
"Thunderstrike battery HOSTCMD response,
thermistor
: %u\n",
in thunderstrike_parse_battery_payload()
Completed in 6 milliseconds