Home
last modified time | relevance | path

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

/drivers/hwmon/
Dmax16065.c81 struct max16065_data { struct
82 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 …]