Home
last modified time | relevance | path

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

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