Searched defs:max16065_data (Results 1 – 1 of 1) sorted by relevance
84 struct max16065_data { struct85 enum chips type;86 struct i2c_client *client;87 const struct attribute_group *groups[4];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;[all …]