Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dtmp401.c135 struct tmp401_data { struct
136 struct i2c_client *client;
137 const struct attribute_group *groups[3];
138 struct mutex update_lock;
139 char valid; /* zero until following fields are valid */
140 unsigned long last_updated; /* in jiffies */
141 enum chips kind;
143 unsigned int update_interval; /* in milliseconds */
146 u8 status[4];
147 u8 config;
[all …]
/kernel/linux/linux-4.19/drivers/hwmon/
Dtmp401.c148 struct tmp401_data { struct
149 struct i2c_client *client;
150 const struct attribute_group *groups[3];
151 struct mutex update_lock;
152 char valid; /* zero until following fields are valid */
153 unsigned long last_updated; /* in jiffies */
154 enum chips kind;
156 unsigned int update_interval; /* in milliseconds */
159 u8 status[4];
160 u8 config;
[all …]