Home
last modified time | relevance | path

Searched full:lm90 (Results 1 – 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dlm90.txt1 * LM90 series thermometer.
9 "national,lm90"
34 LM90 "-ALERT" pin output.
38 for details. See <include/dt-bindings/thermal/lm90.h> for the
42 Example LM90 node:
/kernel/linux/linux-5.10/Documentation/hwmon/
Dlm90.rst1 Kernel driver lm90
6 * National Semiconductor LM90
8 Prefix: 'lm90'
14 http://www.national.com/pf/LM/LM90.html
284 The LM90 is a digital temperature sensor. It senses its own temperature as
303 LM90:
308 * Same as LM90
378 The lm90 driver will not update its values more frequently than configured with
408 For this reason, the lm90 driver will enable PEC for the ADM1032 only if
417 on SMBus Send Byte transactions in the lm90 driver.
Dindex.rst97 lm90
Dlm83.rst42 contact us. Note that the LM90 can easily be misdetected as a LM83.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dnational,lm90.yaml4 $id: http://devicetree.org/schemas/hwmon/national,lm90.yaml#
7 title: LM90 series thermometer
33 - national,lm90
45 Single interrupt specifier which describes the LM90 "-ALERT" pin
156 - national,lm90
/kernel/linux/linux-6.6/Documentation/hwmon/
Dlm90.rst1 Kernel driver lm90
14 * National Semiconductor LM90
16 Prefix: 'lm90'
22 http://www.national.com/pf/LM/LM90.html
452 The LM90 is a digital temperature sensor. It senses its own temperature as
489 LM90:
498 * Same as LM90
591 The lm90 driver will not update its values more frequently than configured with
621 For this reason, the lm90 driver will enable PEC for the ADM1032 only if
630 on SMBus Send Byte transactions in the lm90 driver.
Dindex.rst112 lm90
Dlm83.rst42 contact us. Note that the LM90 can easily be misdetected as a LM83.
/kernel/linux/linux-5.10/drivers/hwmon/
Dlm90.c3 * lm90.c - Part of lm_sensors, Linux kernel modules for hardware
7 * Based on the lm83 driver. The LM90 is a sensor chip made by National
21 * National Semiconductor. It is exactly similar to the LM90 except it
25 * Devices. That chip is similar to the LM90, with a few differences
27 * accuracy than the LM90, much like the LM86 does.
64 * and extended mode. They are mostly compatible with LM90 except for a data
78 * Since the LM90 was the first chipset supported by this driver, most
100 * LM86, LM89, LM90, LM99, ADM1032, ADM1032-1, ADT7461, ADT7461A, MAX6649,
115 enum chips { lm90, adm1032, lm99, lm86, max6657, max6659, adt7461, max6680, enumerator
119 * The LM90 registers
[all …]
Dstts751.c11 * Based on LM95241 driver and LM90 driver
105 * vice-vers. They are (mostly) taken from lm90 driver. Unit is in mC.
154 * There is a trick here, like in the lm90 driver. We have to read two in stts751_update_temp()
Dmax1619.c8 * Based on the lm90 driver. The MAX1619 is a sensor chip made by Maxim.
Dlm92.c6 * Based on the lm90 driver, with some ideas taken from the lm_sensors
DMakefile110 obj-$(CONFIG_SENSORS_LM90) += lm90.o
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dic.c66 { { I2C_BOARD_INFO("lm90", 0x4c) }, 0 },
67 { { I2C_BOARD_INFO("lm90", 0x4d) }, 0 },
97 { { I2C_BOARD_INFO("lm90", extdev_entry.addr >> 1) }, 0}, in nvkm_therm_ic_ctor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dic.c66 { { I2C_BOARD_INFO("lm90", 0x4c) }, 0 },
67 { { I2C_BOARD_INFO("lm90", 0x4d) }, 0 },
97 { { I2C_BOARD_INFO("lm90", extdev_entry.addr >> 1) }, 0}, in nvkm_therm_ic_ctor()
/kernel/linux/linux-6.6/drivers/hwmon/
Dlm90.c3 * lm90.c - Part of lm_sensors, Linux kernel modules for hardware
7 * Based on the lm83 driver. The LM90 is a sensor chip made by National
21 * National Semiconductor. It is exactly similar to the LM90 except it
25 * Devices. That chip is similar to the LM90, with a few differences
27 * accuracy than the LM90, much like the LM86 does.
65 * and extended mode. They are mostly compatible with LM90 except for a data
93 * Since the LM90 was the first chipset supported by this driver, most
121 * LM86, LM89, LM90, LM99, ADM1032, ADM1032-1, ADT7461, ADT7461A, MAX6649,
137 g781, lm84, lm90, lm99, enumerator
143 * The LM90 registers
[all …]
Dstts751.c11 * Based on LM95241 driver and LM90 driver
105 * vice-vers. They are (mostly) taken from lm90 driver. Unit is in mC.
154 * There is a trick here, like in the lm90 driver. We have to read two in stts751_update_temp()
Dmax1619.c8 * Based on the lm90 driver. The MAX1619 is a sensor chip made by Maxim.
/kernel/linux/linux-5.10/include/dt-bindings/thermal/
Dlm90.h3 * This header provides constants for the LM90 thermal bindings.
/kernel/linux/linux-6.6/include/dt-bindings/thermal/
Dlm90.h3 * This header provides constants for the LM90 thermal bindings.
/kernel/linux/linux-5.10/arch/mips/boot/dts/netlogic/
Dxlp_evp.dts68 compatible = "national,lm90";
Dxlp_svp.dts68 compatible = "national,lm90";
Dxlp_fvp.dts68 compatible = "national,lm90";
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/
Dplatform.c210 .type = "lm90",
/kernel/linux/linux-5.10/Documentation/i2c/
Dinstantiating-devices.rst195 See lm90_driver and lm90_detect() in drivers/hwmon/lm90.c

12