Searched defs:max16065_data (Results 1 – 1 of 1) sorted by relevance
85 struct max16065_data { struct86 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 …]