Searched defs:adm1026_data (Results 1 – 1 of 1) sorted by relevance
268 struct adm1026_data { struct269 struct i2c_client *client;270 const struct attribute_group *groups[3];272 struct mutex update_lock;273 int valid; /* !=0 if following fields are valid */274 unsigned long last_reading; /* In jiffies */275 unsigned long last_config; /* In jiffies */277 u8 in[17]; /* Register value */278 u8 in_max[17]; /* Register value */279 u8 in_min[17]; /* Register value */[all …]