Home
last modified time | relevance | path

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

/linux-3.3/drivers/hwmon/
Ddme1737.c202 struct dme1737_data { struct
203 struct i2c_client *client; /* for I2C devices only */
204 struct device *hwmon_dev;
205 const char *name;
206 unsigned int addr; /* for ISA devices only */
208 struct mutex update_lock;
209 int valid; /* !=0 if following fields are valid */
210 unsigned long last_update; /* in jiffies */
211 unsigned long last_vbat; /* in jiffies */
212 enum chips type;
[all …]