Searched refs:ina226 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwmon/
H A Dina2xx.c15 * Datasheet: https://www.ti.com/product/ina226
87 /* common attrs, ina226 attrs and NULL */
91 * Both bus voltage and shunt voltage conversion times for ina226 are set
101 enum ina2xx_ids { ina219, ina226 }; enumerator in enum:ina2xx_ids
135 [ina226] = {
147 * Available averaging rates for ina226. The indices correspond with
148 * the bit values expected by the chip (according to the ina226 datasheet,
150 * https://www.ti.com/lit/ds/symlink/ina226.pdf.
185 * ina226 and 4096 for ina219. They are hardcoded as calibration_value.
579 /* update interval (ina226 onl
[all...]
/linux-master/drivers/iio/adc/
H A Dina2xx-adc.c124 enum ina2xx_ids { ina219, ina226 }; enumerator in enum:ina2xx_ids
168 [ina226] = {
169 .name = "ina226",
176 .chip_id = ina226,
281 * Available averaging rates for ina226. The indices correspond with
282 * the bit values expected by the chip (according to the ina226 datasheet,
284 * https://www.ti.com/lit/ds/symlink/ina226.pdf.
502 if (chip->config->chip_id == ina226) {
569 * are 2048 for ina226 and 4096 for ina219. They are hardcoded as
730 if (chip->config->chip_id == ina226) {
[all...]

Completed in 84 milliseconds