Searched defs:max6697_data (Results 1 – 1 of 1) sorted by relevance
79 struct max6697_data { struct80 struct i2c_client *client;82 enum chips type;83 const struct max6697_chip_data *chip;85 int update_interval; /* in milli-seconds */86 int temp_offset; /* in degrees C */88 struct mutex update_lock;89 unsigned long last_updated; /* In jiffies */90 bool valid; /* true if following fields are valid */93 u8 temp[8][4]; /* [nr][0]=temp [1]=ext [2]=max [3]=crit */[all …]