Searched defs:ina2xx_chip_info (Results 1 – 1 of 1) sorted by relevance
137 struct ina2xx_chip_info { struct138 struct regmap *regmap;139 struct task_struct *task;140 const struct ina2xx_config *config;141 struct mutex state_lock;142 unsigned int shunt_resistor_uohm;143 int avg;144 int int_time_vbus; /* Bus voltage integration time uS */145 int int_time_vshunt; /* Shunt voltage integration time uS */146 int range_vbus; /* Bus voltage maximum in V */[all …]