Home
last modified time | relevance | path

Searched full:thermistor (Results 1 – 25 of 47) sorted by relevance

12

/linux-5.10/Documentation/devicetree/bindings/iio/temperature/
Dadi,ltc2983.yaml257 "^thermistor@":
260 Represents a thermistor sensor which is connected to one of the device
266 19 - Thermistor 44004/44033 2.252kohm at 25°C
267 20 - Thermistor 44005/44030 3kohm at 25°C
268 21 - Thermistor 44007/44034 5kohm at 25°C
269 22 - Thermistor 44006/44031 10kohm at 25°C
270 23 - Thermistor 44008/44032 30kohm at 25°C
271 24 - Thermistor YSI 400 2.252kohm at 25°C
272 25 - Thermistor Spectrum 1003k 1kohm
273 26 - Thermistor Custom Steinhart-Hart
[all …]
/linux-5.10/drivers/iio/temperature/
Dltc2983.c110 /* cold junction for thermocouples and rsense for rtd's and thermistor's */
543 struct ltc2983_thermistor *thermistor = to_thermistor(sensor); in ltc2983_thermistor_assign_chan() local
546 chan_val = LTC2983_CHAN_ASSIGN(thermistor->r_sense_chan); in ltc2983_thermistor_assign_chan()
547 chan_val |= LTC2983_THERMISTOR_CFG(thermistor->sensor_config); in ltc2983_thermistor_assign_chan()
549 LTC2983_THERMISTOR_EXC_CURRENT(thermistor->excitation_current); in ltc2983_thermistor_assign_chan()
551 if (thermistor->custom) { in ltc2983_thermistor_assign_chan()
555 thermistor->custom, in ltc2983_thermistor_assign_chan()
867 struct ltc2983_thermistor *thermistor; in ltc2983_thermistor_new() local
873 thermistor = devm_kzalloc(dev, sizeof(*thermistor), GFP_KERNEL); in ltc2983_thermistor_new()
874 if (!thermistor) in ltc2983_thermistor_new()
[all …]
/linux-5.10/Documentation/hwmon/
Dntc_thermistor.rst32 The NTC (Negative Temperature Coefficient) thermistor is a simple thermistor
42 [TH] the thermistor
103 name the mandatory global attribute, the thermistor name.
105 temp1_type RO always 4 (thermistor)
111 Note that each NTC thermistor has only _one_ thermistor; thus, only temp1 exists.
Dw83781d.rst142 TN3904 transistor, and 3435 the default thermistor value. Other values
197 - Problems with diode/thermistor settings (supported?)
246 > reprogramming the R-T table if the Beta of the thermistor is not
252 confidential. If you have another Beta value of thermistor, we can help
254 Table which can be gotten by thermistor vendor. Therefore we will calculate
260 > programmable to be either thermistor or Pentium II diode inputs.
269 thermistor 0 0 0
Dmc13783-adc.rst53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No
80 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.4V No
Dwm831x.rst40 thermistor component.
Dvt1211.rst70 UCH1/Reading2 in0 temp3 NTC type thermistor
154 pin (Vpin) is formed by a voltage divider made of the thermistor (Rth) and a
159 The equation for the thermistor is as follows (google it if you want to know
Dit87.rst293 To change sensor N to a thermistor, 'echo 4 > tempN_type' where N is 1, 2,
296 startup, consult lm_sensors's /etc/sensors.conf. (4 = thermistor;
Df71805f.rst135 or a thermistor. The driver reports the currently selected mode, but
/linux-5.10/Documentation/devicetree/bindings/power/supply/ab8500/
Dfg.txt26 This node will provide information on 'thermistor interface' and
30 thermistor-on-batctrl:
31 A boolean value indicating thermistor interface to battery
41 thermistor-on-batctrl;
/linux-5.10/drivers/hwmon/
Dnct6683.c190 "Thermistor 14",
191 "Thermistor 15",
192 "Thermistor 16",
193 "Thermistor 0",
194 "Thermistor 1",
195 "Thermistor 2",
196 "Thermistor 3",
197 "Thermistor 4",
198 "Thermistor 5", /* 0x10 */
199 "Thermistor 6",
[all …]
Dntc_thermistor.c704 dev_info(dev, "Thermistor type: %s successfully probed.\n", in ntc_thermistor_probe()
712 .name = "ntc-thermistor",
721 MODULE_DESCRIPTION("NTC Thermistor Driver");
724 MODULE_ALIAS("platform:ntc-thermistor");
/linux-5.10/drivers/iio/adc/
Dqcom-vadc-common.h113 * SCALE_XOTHERM: Returns XO thermistor voltage in millidegC.
119 * SCALE_HW_CALIB_XOTHERM: Returns XO thermistor voltage in millidegC using
/linux-5.10/arch/arm/boot/dts/
Dcros-adc-thermistors.dtsi3 * Thermistor dts fragment for devices that use Thermistors as
Dste-ab8505.dtsi94 thermistor-on-batctrl;
Dexynos3250-monk.dts144 thermistor-ap {
152 thermistor-battery {
Dste-ab8500.dtsi132 thermistor-on-batctrl;
/linux-5.10/include/linux/platform_data/
Dntc_thermistor.h37 * thermistor is using for conversion of the analog values.
/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt1 NTC Thermistor hwmon sensors
/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399-gru-kevin.dts67 thermistor_ppvar_bigcpu: thermistor-ppvar-bigcpu {
76 thermistor_ppvar_litcpu: thermistor-ppvar-litcpu {
/linux-5.10/include/linux/mfd/
Dabx500.h33 * ADC for the battery thermistor.
238 * @abx500_adc_therm placement of thermistor, batctrl or battemp adc
/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dsamsung,exynos-adc.yaml141 /* NTC thermistor is a hwmon device */
Dqcom,spmi-vadc.yaml83 For thermistor inputs connected to generic AMUX or GPIO inputs
/linux-5.10/drivers/media/i2c/
Dvideo-i2c.c152 /* Thermistor register */
226 * Wait two frames before reading thermistor and temperature registers in amg88xx_set_power_on()
243 * (thermistor and temperature registers are not updated at all) in amg88xx_set_power_off()
/linux-5.10/Documentation/devicetree/bindings/mfd/
Dab8500.txt195 thermistor-on-batctrl;

12