Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/ !
Demc2103.c55 struct emc2103_data { struct
56 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 …]