Lines Matching defs:f71882fg_data
244 struct f71882fg_data { struct
245 unsigned short addr;
246 enum chips type;
247 struct device *hwmon_dev;
249 struct mutex update_lock;
250 int temp_start; /* temp numbering start (0 or 1) */
251 bool valid; /* true if following fields are valid */
252 char auto_point_temp_signed;
253 unsigned long last_updated; /* In jiffies */
254 unsigned long last_limits; /* In jiffies */
257 u8 in[F71882FG_MAX_INS];
258 u8 in1_max;
259 u8 in_status;
260 u8 in_beep;
261 u16 fan[4];
262 u16 fan_target[4];
263 u16 fan_full_speed[4];
264 u8 fan_status;
288 static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg) in f71882fg_read8() argument