Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Df71805f.c162 struct f71805f_data { struct
163 unsigned short addr;
164 const char *name;
165 struct device *hwmon_dev;
167 struct mutex update_lock;
168 bool valid; /* true if following fields are valid */
169 unsigned long last_updated; /* In jiffies */
170 unsigned long last_limits; /* In jiffies */
173 u8 in[11];
174 u8 in_high[11];
[all …]