Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Demc2103.c68 struct emc2103_data { struct
69 struct i2c_client *client;
70 const struct attribute_group *groups[4];
71 struct mutex update_lock;
72 bool valid; /* registers are valid */
73 bool fan_rpm_control;
74 int temp_count; /* num of temp sensors */
75 unsigned long last_updated; /* in jiffies */
76 struct temperature temp[4]; /* internal + 3 external */
77 s8 temp_min[4]; /* no fractional part */
[all …]