Searched defs:lm75_data (Results 1 – 1 of 1) sorted by relevance
108 struct lm75_data { struct109 struct i2c_client *client;110 struct regmap *regmap;111 struct regulator *vs;112 u16 orig_conf;113 u16 current_conf;114 u8 resolution; /* In bits, 9 to 16 */115 unsigned int sample_time; /* In ms */116 enum lm75_type kind;117 const struct lm75_params *params;