Searched defs:max16065_data (Results 1 – 1 of 1) sorted by relevance
81 struct max16065_data { struct82 enum chips type;83 struct i2c_client *client;84 const struct attribute_group *groups[4];85 struct mutex update_lock;86 bool valid;87 unsigned long last_updated; /* in jiffies */88 int num_adc;89 bool have_current;90 int curr_gain;[all …]