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