Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm63.c138 struct lm63_data { struct
139 struct i2c_client *client;
140 struct mutex update_lock;
141 const struct attribute_group *groups[5];
146 enum chips kind;
147 int temp2_offset;
149 int update_interval; /* in milliseconds */
150 int max_convrate_hz;
151 int lut_size; /* 8 or 12 */
154 u8 config, config_fan;
[all …]