Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hwmon/
Dina2xx.c152 struct ina2xx_data { struct
153 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;