Lines Matching defs:f71882fg_data
249 struct f71882fg_data { struct
250 unsigned short addr;
251 enum chips type;
252 struct device *hwmon_dev;
254 struct mutex update_lock;
255 int temp_start; /* temp numbering start (0 or 1) */
256 char valid; /* !=0 if following fields are valid */
257 char auto_point_temp_signed;
258 unsigned long last_updated; /* In jiffies */
259 unsigned long last_limits; /* In jiffies */
262 u8 in[F71882FG_MAX_INS];
263 u8 in1_max;
264 u8 in_status;
265 u8 in_beep;
266 u16 fan[4];
267 u16 fan_target[4];
268 u16 fan_full_speed[4];
269 u8 fan_status;
270 u8 fan_beep;
276 u16 temp[4];
277 u8 temp_ovt[4];
278 u8 temp_high[4];
279 u8 temp_hyst[2]; /* 2 hysts stored per reg */
280 u8 temp_type[4];
281 u8 temp_status;
282 u8 temp_beep;
283 u8 temp_diode_open;
284 u8 temp_config;
285 u8 pwm[4];
286 u8 pwm_enable;
287 u8 pwm_auto_point_hyst[2];
288 u8 pwm_auto_point_mapping[4];
289 u8 pwm_auto_point_pwm[4][5];
290 s8 pwm_auto_point_temp[4][4];