Searched defs:ina238_data (Results 1 – 1 of 1) sorted by relevance
117 struct ina238_data { struct118 const struct ina238_config *config;119 struct i2c_client *client;120 struct regmap *regmap;121 u32 rshunt;122 int gain;123 u32 voltage_lsb[2]; /* shunt, bus voltage LSB, in nV */124 int current_lsb; /* current LSB, in uA */125 int power_lsb; /* power LSB, in uW */126 int energy_lsb; /* energy LSB, in uJ */