Home
last modified time | relevance | path

Searched defs:lm85_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/hwmon/
Dlm85.c300 struct lm85_data { struct
301 struct device *hwmon_dev;
302 const int *freq_map;
303 enum chips type;
305 bool has_vid5; /* true if VID5 is configured for ADT7463 or ADT7468 */
307 struct mutex update_lock;
308 int valid; /* !=0 if following fields are valid */
309 unsigned long last_reading; /* In jiffies */
310 unsigned long last_config; /* In jiffies */
312 u8 in[8]; /* Register value */
[all …]