| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | ntc-thermistor.yaml | 3 $id: http://devicetree.org/schemas/hwmon/ntc-thermistor.yaml# 6 title: NTC thermistor temperature sensors 19 When used in practice, a thermistor is often connected between ground, a 33 |/| Thermistor | Measured voltage (mv) 47 The arrangements of where we measure the voltage over the thermistor are 51 If the pull-up resistance is 0 one end of the thermistor is connected to the 52 positive voltage and we get the thermistor on top of a pull-down resistor 53 and we take the measure between the thermistor and the pull-down resistor. 55 Conversely if the pull-down resistance is zero, one end of the thermistor is 56 connected to ground and we get the thermistor under the pull-up resistor [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
| D | adi,ltc2983.yaml | 257 "^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 …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | ntc_thermistor.rst | 32 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.
|
| D | w83781d.rst | 142 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
|
| D | mc13783-adc.rst | 53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No 80 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.4V No
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ntc_thermistor.rst | 32 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.
|
| D | w83781d.rst | 142 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
|
| D | mc13783-adc.rst | 53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No 80 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.4V No
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/temperature/ |
| D | adi,ltc2983.yaml | 291 "^thermistor@": 294 description: Thermistor sensor. 299 19 - Thermistor 44004/44033 2.252kohm at 25°C 300 20 - Thermistor 44005/44030 3kohm at 25°C 301 21 - Thermistor 44007/44034 5kohm at 25°C 302 22 - Thermistor 44006/44031 10kohm at 25°C 303 23 - Thermistor 44008/44032 30kohm at 25°C 304 24 - Thermistor YSI 400 2.252kohm at 25°C 305 25 - Thermistor Spectrum 1003k 1kohm 306 26 - Thermistor Custom Steinhart-Hart [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| 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_KERNEL); in ltc2983_thermistor_new() 876 if (!thermistor) in ltc2983_thermistor_new() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/temperature/ |
| 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_KERNEL); in ltc2983_thermistor_new() 929 if (!thermistor) in ltc2983_thermistor_new() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ab8500/ |
| D | fg.txt | 26 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;
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | sc7180-trogdor-coachz-r1.dts | 18 * CoachZ rev1 is stuffed with a 47k NTC as charger thermistor which currently 34 /delete-node/ charger-thermistor@0; 35 /delete-node/ skin-temp-thermistor@1; 39 * CoachZ rev1 is stuffed with a 47k NTC as thermistor for skin temperature,
|
| D | sc7180-trogdor-pompom-r2.dts | 18 * Pompom rev2 is stuffed with a 47k NTC as charger thermistor which currently 31 /delete-node/ charger-thermistor@0;
|
| D | sc7180-trogdor-pompom-r1.dts | 21 * Pompom rev1 is stuffed with a 47k NTC as charger thermistor which currently 34 /delete-node/ charger-thermistor@0;
|
| D | sc7180-trogdor-lazor.dtsi | 25 * Lazor is stuffed with a 47k NTC as charger thermistor which currently is 64 /delete-node/ charger-thermistor@0;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | stericsson,ab8500-battery.txt | 7 thermistor-on-batctrl: 8 A boolean value indicating thermistor interface to battery 18 thermistor-on-batctrl;
|
| D | bq256xx.yaml | 71 ti,no-thermistor: 73 description: Indicates that no thermistor is connected to the TS pin 92 ti,no-thermistor: false
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | adi,ad7280a.yaml | 47 adi,thermistor-termination: 50 Enable the thermistor termination function. 73 adi,thermistor-termination;
|
| D | samsung,exynos-adc.yaml | 138 /* NTC thermistor is a hwmon device */ 139 thermistor {
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | nct6683.c | 202 "Thermistor 14", 203 "Thermistor 15", 204 "Thermistor 16", 205 "Thermistor 0", 206 "Thermistor 1", 207 "Thermistor 2", 208 "Thermistor 3", 209 "Thermistor 4", 210 "Thermistor 5", /* 0x10 */ 211 "Thermistor 6", [all …]
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | nct6683.c | 190 "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 …]
|
| /kernel/linux/linux-6.6/include/linux/iio/adc/ |
| D | qcom-vadc-common.h | 90 * SCALE_XOTHERM: Returns XO thermistor voltage in millidegC. 96 * SCALE_HW_CALIB_XOTHERM: Returns XO thermistor voltage in millidegC using
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | qcom-vadc-common.h | 113 * SCALE_XOTHERM: Returns XO thermistor voltage in millidegC. 119 * SCALE_HW_CALIB_XOTHERM: Returns XO thermistor voltage in millidegC using
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | cros-adc-thermistors.dtsi | 3 * Thermistor dts fragment for devices that use Thermistors as
|