Home
last modified time | relevance | path

Searched full:ina209 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/hwmon/
H A Dina209.rst1 Kernel driver ina209
6 * Burr-Brown / Texas Instruments INA209
8 Prefix: 'ina209'
13 https://www.ti.com/lit/gpn/ina209
24 The TI / Burr-Brown INA209 monitors voltage, current, and power on the high side
33 The INA209 chip is highly configurable both via hardwiring and via
/linux/drivers/hwmon/
H A Dina209.c3 * Driver for the Texas Instruments / Burr Brown INA209
17 * https://www.ti.com/lit/gpn/ina209
475 ATTRIBUTE_GROUPS(ina209);
579 { "ina209" },
585 { .compatible = "ti,ina209" },
593 .name = "ina209",
604 MODULE_DESCRIPTION("INA209 driver");
H A Dltc4245.c7 * This driver is based on the ds1621 and ina209 drivers.