Searched refs:lm92 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm92.c | 3 * lm92 - Hardware monitoring driver 7 * lm92 driver as well. 46 enum chips { lm92, max6635 }; enumerator 123 dev_dbg(&client->dev, "Updating lm92 data\n"); in lm92_update_device() 268 ATTRIBUTE_GROUPS(lm92); variable 286 pr_info("lm92: Found National Semiconductor LM92 chip\n"); in lm92_detect() 290 strlcpy(info->type, "lm92", I2C_NAME_SIZE); in lm92_detect() 322 { "lm92", lm92 }, 331 .name = "lm92", [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm92.c | 3 * lm92 - Hardware monitoring driver 7 * lm92 driver as well. 46 enum chips { lm92, max6635 }; enumerator 123 dev_dbg(&client->dev, "Updating lm92 data\n"); in lm92_update_device() 268 ATTRIBUTE_GROUPS(lm92); variable 286 pr_info("lm92: Found National Semiconductor LM92 chip\n"); in lm92_detect() 290 strscpy(info->type, "lm92", I2C_NAME_SIZE); in lm92_detect() 322 { "lm92", lm92 }, 331 .name = "lm92", [all...] |
H A D | Makefile | 120 obj-$(CONFIG_SENSORS_LM92) += lm92.o
|
Completed in 2 milliseconds