Searched defs:emc2103_data (Results 1 – 1 of 1) sorted by relevance
55 struct emc2103_data { struct56 struct i2c_client *client;57 const struct attribute_group *groups[4];58 struct mutex update_lock;59 bool valid; /* registers are valid */60 bool fan_rpm_control;61 int temp_count; /* num of temp sensors */62 unsigned long last_updated; /* in jiffies */63 struct temperature temp[4]; /* internal + 3 external */64 s8 temp_min[4]; /* no fractional part */[all …]