Home
last modified time | relevance | path

Searched defs:lm75_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/hwmon/
Dlm75.c103 struct lm75_data { struct
104 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;