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