Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A 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;
88 int num_adc;
89 bool have_current;
90 int curr_gain;
95 int curr_sense;
[all …]