Lines Matching defs:f71805f_data
169 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];
182 u8 in_low[11];
183 u16 has_in;
184 u16 fan[3];
185 u16 fan_low[3];
186 u16 fan_target[3];
187 u8 fan_ctrl[3];
188 u8 pwm[3];
189 u8 pwm_freq[3];
190 u8 temp[3];
191 u8 temp_high[3];
192 u8 temp_hyst[3];
193 u8 temp_mode;
194 unsigned long alarms;
195 struct f71805f_auto_point auto_points[3];