Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dlm85.c295 struct lm85_data { struct
296 struct i2c_client *client;
297 const struct attribute_group *groups[6];
298 const int *freq_map;
299 enum chips type;
301 bool has_vid5; /* true if VID5 is configured for ADT7463 or ADT7468 */
303 struct mutex update_lock;
304 int valid; /* !=0 if following fields are valid */
305 unsigned long last_reading; /* In jiffies */
306 unsigned long last_config; /* In jiffies */
[all …]