Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dina2xx.c99 struct ina2xx_data { struct
100 struct i2c_client *client;
101 const struct ina2xx_config *config;
103 long rshunt;
104 u16 curr_config;
106 struct mutex update_lock;
107 bool valid;
108 unsigned long last_updated;
109 int update_interval; /* in jiffies */
111 int kind;
[all …]