Home
last modified time | relevance | path

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

/linux-3.3/drivers/hwmon/
Dmax16065.c85 struct max16065_data { struct
86 enum chips type;
87 struct device *hwmon_dev;
88 struct mutex update_lock;
89 bool valid;
90 unsigned long last_updated; /* in jiffies */
91 int num_adc;
92 bool have_current;
93 int curr_gain;
95 int limit[MAX16065_NUM_LIMIT][MAX16065_NUM_ADC];
[all …]