Home
last modified time | relevance | path

Searched defs:adm1031_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Dadm1031.c63 struct adm1031_data { struct
64 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 …]