Lines Matching full:lm90
3 * 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
215 /* LM90 status */
252 { "lm86", lm90 },
253 { "lm89", lm90 },
254 { "lm90", lm90 },
310 .compatible = "national,lm90",
311 .data = (void *)lm90
315 .data = (void *)lm90
319 .data = (void *)lm90
486 [lm90] = {
780 * Write into LM90 register.
790 * Write into 16-bit LM90 register.
1221 dev_dbg(&client->dev, "Updating lm90 data.\n"); in lm90_update_device()
1926 case 0x20: /* LM90 */ in lm90_detect_national()
1928 name = "lm90"; in lm90_detect_national()
2874 /* Initialize the LM90 chip */ in lm90_probe()
2906 IRQF_ONESHOT, "lm90", client); in lm90_probe()
2971 .name = "lm90",
2985 MODULE_DESCRIPTION("LM90/ADM1032 driver");