Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dadt7462.c191 struct adt7462_data { struct
192 struct i2c_client *client;
193 struct mutex lock;
194 char sensors_valid;
195 char limits_valid;
199 u8 temp[ADT7462_TEMP_COUNT];
204 u16 fan[ADT7462_FAN_COUNT];
205 u8 fan_enabled;
206 u8 fan_min[ADT7462_FAN_COUNT];
207 u8 cfg2;
[all …]