Lines Matching defs:max6697_data
71 struct max6697_data { struct
72 struct i2c_client *client;
74 enum chips type;
75 const struct max6697_chip_data *chip;
77 int update_interval; /* in milli-seconds */
78 int temp_offset; /* in degrees C */
80 struct mutex update_lock;
81 unsigned long last_updated; /* In jiffies */
82 bool valid; /* true if following fields are valid */
85 u8 temp[8][4]; /* [nr][0]=temp [1]=ext [2]=max [3]=crit */
90 u32 alarms;