Searched defs:adm1026_data (Results 1 – 1 of 1) sorted by relevance
265 struct adm1026_data { struct266 struct i2c_client *client;267 const struct attribute_group *groups[3];269 struct mutex update_lock;270 bool valid; /* true if following fields are valid */271 unsigned long last_reading; /* In jiffies */272 unsigned long last_config; /* In jiffies */274 u8 in[17]; /* Register value */275 u8 in_max[17]; /* Register value */276 u8 in_min[17]; /* Register value */[all …]