Searched defs:ina2xx_data (Results 1 – 1 of 1) sorted by relevance
99 struct ina2xx_data { struct100 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 …]