Searched refs:lm92 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwmon/
H A Dlm92.c3 * lm92 - Hardware monitoring driver
7 * lm92 driver as well.
46 enum chips { lm92, max6635 }; enumerator in enum:chips
123 dev_dbg(&client->dev, "Updating lm92 data\n");
268 ATTRIBUTE_GROUPS(lm92); variable
286 pr_info("lm92: Found National Semiconductor LM92 chip\n");
290 strscpy(info->type, "lm92", I2C_NAME_SIZE);
322 { "lm92", lm92 },
331 .name = "lm92",
[all...]
H A DMakefile125 obj-$(CONFIG_SENSORS_LM92) += lm92.o

Completed in 174 milliseconds