Searched defs:lm85_data (Results 1 – 1 of 1) sorted by relevance
286 struct lm85_data { struct287 struct i2c_client *client;288 const struct attribute_group *groups[6];289 const int *freq_map;290 unsigned int freq_map_size;292 enum chips type;294 bool has_vid5; /* true if VID5 is configured for ADT7463 or ADT7468 */296 struct mutex update_lock;297 bool valid; /* true if following fields are valid */298 unsigned long last_reading; /* In jiffies */[all …]