Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Df71805f.c169 struct f71805f_data { struct
170 unsigned short addr;
171 const char *name;
172 struct device *hwmon_dev;
174 struct mutex update_lock;
175 char valid; /* !=0 if following fields are valid */
176 unsigned long last_updated; /* In jiffies */
177 unsigned long last_limits; /* In jiffies */
180 u8 in[11];
181 u8 in_high[11];
[all …]