Searched defs:lm85_data (Results 1 – 1 of 1) sorted by relevance
304 struct lm85_data { struct305 struct i2c_client *client;306 const struct attribute_group *groups[6];307 const int *freq_map;308 enum chips type;310 bool has_vid5; /* true if VID5 is configured for ADT7463 or ADT7468 */312 struct mutex update_lock;313 int valid; /* !=0 if following fields are valid */314 unsigned long last_reading; /* In jiffies */315 unsigned long last_config; /* In jiffies */[all …]