Searched defs:lm75_data (Results 1 – 1 of 1) sorted by relevance
102 struct lm75_data { struct103 struct i2c_client *client;104 struct regmap *regmap;105 struct regulator *vs;106 u8 orig_conf;107 u8 current_conf;108 u8 resolution; /* In bits, 9 to 16 */109 unsigned int sample_time; /* In ms */110 enum lm75_type kind;111 const struct lm75_params *params;