Searched defs:adm1031_data (Results 1 – 1 of 1) sorted by relevance
63 struct adm1031_data { struct64 struct i2c_client *client;65 const struct attribute_group *groups[3];66 struct mutex update_lock;67 int chip_type;68 bool valid; /* true if following fields are valid */69 unsigned long last_updated; /* In jiffies */70 unsigned int update_interval; /* In milliseconds */75 const auto_chan_table_t *chan_select_table;76 u16 alarm;[all …]