Searched refs:thermistor (Results 1 – 25 of 40) sorted by relevance
12
/linux-6.12.1/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 | wm831x.rst | 40 thermistor component.
|
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 | vt1211.rst | 70 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
|
D | it87.rst | 330 To change sensor N to a thermistor, 'echo 4 > tempN_type' where N is 1, 2, 333 startup, consult lm_sensors's /etc/sensors.conf. (4 = thermistor;
|
/linux-6.12.1/drivers/iio/temperature/ |
D | ltc2983.c | 584 struct ltc2983_thermistor *thermistor = to_thermistor(sensor); in ltc2983_thermistor_assign_chan() local 587 chan_val = LTC2983_CHAN_ASSIGN(thermistor->r_sense_chan); in ltc2983_thermistor_assign_chan() 588 chan_val |= LTC2983_THERMISTOR_CFG(thermistor->sensor_config); in ltc2983_thermistor_assign_chan() 590 LTC2983_THERMISTOR_EXC_CURRENT(thermistor->excitation_current); in ltc2983_thermistor_assign_chan() 592 if (thermistor->custom) { in ltc2983_thermistor_assign_chan() 596 thermistor->custom, in ltc2983_thermistor_assign_chan() 891 struct ltc2983_thermistor *thermistor; in ltc2983_thermistor_new() local 896 thermistor = devm_kzalloc(dev, sizeof(*thermistor), GFP_KERNEL); in ltc2983_thermistor_new() 897 if (!thermistor) in ltc2983_thermistor_new() 906 ret = fwnode_property_read_u32(ref, "reg", &thermistor->r_sense_chan); in ltc2983_thermistor_new() [all …]
|
/linux-6.12.1/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 | 24 * Lazor is stuffed with a 47k NTC as charger thermistor which currently is 64 /delete-node/ charger-thermistor@0;
|
D | sdm845-mtp.dts | 603 xo-thermistor@1 { 610 msm-thermistor@2 { 617 pa-thermistor@3 { 624 quiet-thermistor@4 {
|
D | sc7180-trogdor-coachz.dtsi | 129 skin-temp-thermistor@1 {
|
D | sc7180-trogdor-pompom.dtsi | 160 5v-choke-thermistor@1 {
|
D | sc7180-acer-aspire1.dts | 473 label = "thermistor"; 487 charger-thermistor@0 { 494 thermistor@1 {
|
D | sc7180-trogdor-wormdingler.dtsi | 174 skin-temp-thermistor@1 {
|
D | sc7180-trogdor-homestar.dtsi | 154 skin-temp-thermistor@1 {
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-kevin.dts | 68 thermistor_ppvar_bigcpu: thermistor-ppvar-bigcpu { 77 thermistor_ppvar_litcpu: thermistor-ppvar-litcpu {
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | ste-hrefv60plus.dtsi | 52 therm1: thermistor@0 { 61 therm2: thermistor@1 {
|
D | ste-href.dtsi | 38 bat_therm: thermistor {
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-tyan-s8036.dts | 295 temperature-mode = "thermistor"; 302 temperature-mode = "thermistor";
|
D | aspeed-bmc-tyan-s7106.dts | 243 temperature-mode = "thermistor"; 249 temperature-mode = "thermistor";
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos3250-monk.dts | 145 thermistor-ap { 153 thermistor-battery {
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt8183-pumpkin.dts | 59 thermistor {
|
/linux-6.12.1/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tm2-common.dtsi | 146 thermistor-ap { 154 thermistor-battery { 163 thermistor-charger {
|
/linux-6.12.1/drivers/hid/ |
D | hid-nvidia-shield.c | 109 __le16 thermistor; member 616 u16 hostcmd_thermistor = le16_to_cpu(battery->thermistor); in thunderstrike_parse_battery_payload()
|
12