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 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 */[all …]