Searched defs:lm75_data (Results 1 – 1 of 1) sorted by relevance
110 struct lm75_data { struct111 struct regmap *regmap;112 u16 orig_conf;113 u8 resolution; /* In bits, 9 to 16 */114 unsigned int sample_time; /* In ms */115 enum lm75_type kind;116 const struct lm75_params *params;117 u8 reg_buf[1];118 u8 val_buf[3];