Home
last modified time | relevance | path

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

/drivers/hwmon/
Dtmp401.c135 struct tmp401_data { struct
136 struct i2c_client *client;
137 const struct attribute_group *groups[3];
138 struct mutex update_lock;
139 char valid; /* zero until following fields are valid */
140 unsigned long last_updated; /* in jiffies */
141 enum chips kind;
143 unsigned int update_interval; /* in milliseconds */
146 u8 status[4];
147 u8 config;
[all …]