Searched refs:lm90 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm90.c | 3 * lm90.c - Part of lm_sensors, Linux kernel modules for hardware 137 g781, lm84, lm90, lm99, enumerator 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 [all...] |
H A D | Makefile | 119 obj-$(CONFIG_SENSORS_LM90) += lm90.o
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm90.c | 3 * lm90.c - Part of lm_sensors, Linux kernel modules for hardware 115 enum chips { lm90, adm1032, lm99, lm86, max6657, max6659, adt7461, max6680, enumerator 222 { "lm90", lm90 }, 264 .compatible = "national,lm90", 265 .data = (void *)lm90 384 [lm90] = { 789 dev_dbg(&client->dev, "Updating lm90 data.\n"); in lm90_update_device() 1488 name = "lm90"; in lm90_detect() 1956 "lm90", clien in lm90_probe() [all...] |
Completed in 5 milliseconds