Home
last modified time | relevance | path

Searched full:ltc2947 (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc2947.yaml4 $id: http://devicetree.org/schemas/hwmon/adi,ltc2947.yaml#
7 title: Analog Devices LTC2947 high precision power and energy monitor
13 Analog Devices LTC2947 high precision power and energy monitor over SPI or I2C.
15 https://www.analog.com/media/en/technical-documentation/data-sheets/LTC2947.pdf
20 - adi,ltc2947
27 The LTC2947 uses either a trimmed internal oscillator or an external clock
93 ltc2947_spi: ltc2947@0 {
94 compatible = "adi,ltc2947";
/linux/drivers/hwmon/
H A Dltc2947-i2c.c3 * Analog Devices LTC2947 high precision power and energy monitor over I2C
11 #include "ltc2947.h"
30 {"ltc2947"},
37 .name = "ltc2947",
47 MODULE_DESCRIPTION("LTC2947 I2C power and energy monitor driver");
H A Dltc2947-spi.c3 * Analog Devices LTC2947 high precision power and energy monitor over SPI
12 #include "ltc2947.h"
32 {"ltc2947", 0},
39 .name = "ltc2947",
49 MODULE_DESCRIPTION("LTC2947 SPI power and energy monitor driver");
H A Dltc2947-core.c3 * Analog Devices LTC2947 high precision power and energy monitor
18 #include "ltc2947.h"
958 ATTRIBUTE_GROUPS(ltc2947);
1163 { .compatible = "adi,ltc2947" },
1170 MODULE_DESCRIPTION("LTC2947 power and energy monitor core driver");
/linux/Documentation/hwmon/
H A Dltc2947.rst1 Kernel drivers ltc2947-i2c and ltc2947-spi
6 * Analog Devices LTC2947
8 Prefix: 'ltc2947'
14 https://www.analog.com/media/en/technical-documentation/data-sheets/LTC2947.pdf
21 The LTC2947 is a high precision power and energy monitor that measures current,
/linux/
H A DMAINTAINERS13718 LTC2947 HARDWARE MONITOR DRIVER
13723 F: Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml
13724 F: drivers/hwmon/ltc2947-core.c
13725 F: drivers/hwmon/ltc2947-i2c.c
13726 F: drivers/hwmon/ltc2947-spi.c
13727 F: drivers/hwmon/ltc2947.h