Searched defs:ad7418_data (Results 1 – 1 of 1) sorted by relevance
46 struct ad7418_data { struct47 struct device *hwmon_dev;48 struct attribute_group attrs;49 enum chips type;50 struct mutex lock;51 int adc_max; /* number of ADC channels */52 char valid;53 unsigned long last_updated; /* In jiffies */54 s16 temp[3]; /* Register values */55 u16 in[4];