Lines Matching defs:lm95234_data
54 struct lm95234_data { struct
55 struct i2c_client *client;
56 const struct attribute_group *groups[3];
57 struct mutex update_lock;
58 unsigned long last_updated, interval; /* in jiffies */
59 bool valid; /* false until following fields are valid */
61 int temp[5]; /* temperature (signed) */
62 u32 status; /* fault/alarm status */
63 u8 tcrit1[5]; /* critical temperature limit */
64 u8 tcrit2[2]; /* high temperature limit */
65 s8 toffset[4]; /* remote temperature offset */
66 u8 thyst; /* common hysteresis */
68 u8 sensor_type; /* temperature sensor type */