Home
last modified time | relevance | path

Searched defs:lm63_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dlm63.c141 struct lm63_data { struct
142 struct i2c_client *client;
143 struct mutex update_lock;
144 const struct attribute_group *groups[5];
145 bool valid; /* false until following fields are valid */
146 char lut_valid; /* zero until lut fields are valid */
147 unsigned long last_updated; /* in jiffies */
148 unsigned long lut_last_updated; /* in jiffies */
149 enum chips kind;
150 int temp2_offset;
[all …]