Lines Matching defs:max6697_data
80 struct max6697_data { struct
81 struct i2c_client *client;
83 enum chips type;
84 const struct max6697_chip_data *chip;
86 int update_interval; /* in milli-seconds */
87 int temp_offset; /* in degrees C */
89 struct mutex update_lock;
90 unsigned long last_updated; /* In jiffies */
91 bool valid; /* true if following fields are valid */
94 u8 temp[8][4]; /* [nr][0]=temp [1]=ext [2]=max [3]=crit */
99 u32 alarms;