Searched defs:ad7414_data (Results 1 – 1 of 1) sorted by relevance
41 struct ad7414_data { struct42 struct device *hwmon_dev;43 struct mutex lock; /* atomic read data updates */44 char valid; /* !=0 if following fields are valid */45 unsigned long next_update; /* In jiffies */46 s16 temp_input; /* Register values */47 s8 temps[ARRAY_SIZE(AD7414_REG_LIMIT)];