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