Home
last modified time | relevance | path

Searched refs:thermistor (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dltc2983.c112 /* 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 Dltc2983.c127 /* 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 Dhid-nvidia-shield.c109 __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