Searched defs:adm1031_data (Results 1 – 1 of 1) sorted by relevance
76 struct adm1031_data { struct77 struct i2c_client *client;78 const struct attribute_group *groups[3];79 struct mutex update_lock;80 int chip_type;81 char valid; /* !=0 if following fields are valid */82 unsigned long last_updated; /* In jiffies */83 unsigned int update_interval; /* In milliseconds */88 const auto_chan_table_t *chan_select_table;89 u16 alarm;[all …]