Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83792d.c260 struct w83792d_data { struct
261 struct device *hwmon_dev;
263 struct mutex update_lock;
264 bool valid; /* true if following fields are valid */
265 unsigned long last_updated; /* In jiffies */
290 static struct w83792d_data *w83792d_update_device(struct device *dev); argument