Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dina2xx-adc.c138 struct ina2xx_chip_info { struct
139 struct regmap *regmap;
140 struct task_struct *task;
141 const struct ina2xx_config *config;
142 struct mutex state_lock;
143 unsigned int shunt_resistor_uohm;
144 int avg;
145 int int_time_vbus; /* Bus voltage integration time uS */
146 int int_time_vshunt; /* Shunt voltage integration time uS */
147 int range_vbus; /* Bus voltage maximum in V */
[all …]
/linux/drivers/hwmon/
H A Dina2xx.c814 static const struct hwmon_chip_info ina2xx_chip_info = { variable