Lines Matching defs:ina238_data
117 struct ina238_data { struct
118 const struct ina238_config *config;
119 struct i2c_client *client;
120 struct mutex config_lock;
121 struct regmap *regmap;
122 u32 rshunt;
123 int gain;
124 u32 voltage_lsb[2]; /* shunt, bus voltage LSB, in nV */
125 int current_lsb; /* current LSB, in uA */
126 int power_lsb; /* power LSB, in uW */
127 int energy_lsb; /* energy LSB, in uJ */