Home
last modified time | relevance | path

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

/linux-3.3/drivers/hwmon/
Dlm80.c108 struct lm80_data { struct
109 struct device *hwmon_dev;
110 struct mutex update_lock;
111 char valid; /* !=0 if following fields are valid */
112 unsigned long last_updated; /* In jiffies */
137 static struct lm80_data *lm80_update_device(struct device *dev); argument