Lines Matching defs:f71882fg_data
262 struct f71882fg_data { struct
263 unsigned short addr;
264 enum chips type;
265 struct device *hwmon_dev;
267 struct mutex update_lock;
268 int temp_start; /* temp numbering start (0 or 1) */
269 char valid; /* !=0 if following fields are valid */
270 char auto_point_temp_signed;
271 unsigned long last_updated; /* In jiffies */
272 unsigned long last_limits; /* In jiffies */
275 u8 in[F71882FG_MAX_INS];
276 u8 in1_max;
277 u8 in_status;
278 u8 in_beep;
279 u16 fan[4];
280 u16 fan_target[4];
281 u16 fan_full_speed[4];
282 u8 fan_status;
283 u8 fan_beep;
289 u16 temp[4];
290 u8 temp_ovt[4];
291 u8 temp_high[4];
292 u8 temp_hyst[2]; /* 2 hysts stored per reg */
293 u8 temp_type[4];
294 u8 temp_status;
295 u8 temp_beep;
296 u8 temp_diode_open;
297 u8 temp_config;
298 u8 pwm[4];
299 u8 pwm_enable;
300 u8 pwm_auto_point_hyst[2];
301 u8 pwm_auto_point_mapping[4];
302 u8 pwm_auto_point_pwm[4][5];
303 s8 pwm_auto_point_temp[4][4];