Searched defs:ina2xx_data (Results 1 – 1 of 1) sorted by relevance
152 struct ina2xx_data { struct153 const struct ina2xx_config *config;154 enum ina2xx_ids chip;156 long rshunt;157 long current_lsb_uA;158 long power_lsb_uW;159 struct mutex config_lock;160 struct regmap *regmap;161 struct i2c_client *client;