Searched defs:f71805f_data (Results 1 – 1 of 1) sorted by relevance
162 struct f71805f_data { struct163 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 …]