Searched defs:lm63_data (Results 1 – 1 of 1) sorted by relevance
150 struct lm63_data { struct151 struct i2c_client *client;152 struct mutex update_lock;153 const struct attribute_group *groups[5];154 char valid; /* zero until following fields are valid */155 char lut_valid; /* zero until lut fields are valid */156 unsigned long last_updated; /* in jiffies */157 unsigned long lut_last_updated; /* in jiffies */158 enum chips kind;159 int temp2_offset;[all …]