Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dmax6650.c102 struct max6650_data { struct
103 struct i2c_client *client;
104 struct mutex update_lock; /* protect alarm register updates */
105 int nr_fans;
106 bool valid; /* false until following fields are valid */
107 unsigned long last_updated; /* in jiffies */
110 u8 speed;
111 u8 config;
112 u8 tach[4];
113 u8 count;
[all …]
/kernel/linux/linux-4.19/drivers/hwmon/
Dmax6650.c113 struct max6650_data { struct
114 struct i2c_client *client;
115 const struct attribute_group *groups[3];
116 struct mutex update_lock;
117 int nr_fans;
118 char valid; /* zero until following fields are valid */
119 unsigned long last_updated; /* in jiffies */
122 u8 speed;
123 u8 config;
124 u8 tach[4];
[all …]