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