Searched defs:lm85_data (Results 1 – 1 of 1) sorted by relevance
293 struct lm85_data { struct294 struct i2c_client *client;295 const struct attribute_group *groups[6];296 const int *freq_map;297 enum chips type;299 bool has_vid5; /* true if VID5 is configured for ADT7463 or ADT7468 */301 struct mutex update_lock;302 int valid; /* !=0 if following fields are valid */303 unsigned long last_reading; /* In jiffies */304 unsigned long last_config; /* In jiffies */[all …]