Searched defs:mlx90632_data (Results 1 – 2 of 2) sorted by relevance
132 struct mlx90632_data { struct133 struct i2c_client *client;134 struct mutex lock;135 struct regmap *regmap;136 u16 emissivity;137 u8 mtyp;138 u32 object_ambient_temperature;
92 struct mlx90632_data { struct93 struct i2c_client *client;94 struct mutex lock; /* Multiple reads for single measurement */95 struct regmap *regmap;96 u16 emissivity;