Searched defs:adm1026_data (Results 1 – 1 of 1) sorted by relevance
257 struct adm1026_data { struct258 struct i2c_client *client;259 const struct attribute_group *groups[3];261 struct mutex update_lock;262 bool valid; /* true if following fields are valid */263 unsigned long last_reading; /* In jiffies */264 unsigned long last_config; /* In jiffies */266 u8 in[17]; /* Register value */267 u8 in_max[17]; /* Register value */268 u8 in_min[17]; /* Register value */[all …]