Searched full:ltc2947 (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,ltc2947.yaml | 4 $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 D | ltc2947-i2c.c | 3 * 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 D | ltc2947-spi.c | 3 * 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 D | ltc2947-core.c | 3 * 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 D | ltc2947.rst | 1 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 D | MAINTAINERS | 13719 LTC2947 HARDWARE MONITOR DRIVER 13724 F: Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml 13725 F: drivers/hwmon/ltc2947-core.c 13726 F: drivers/hwmon/ltc2947-i2c.c 13727 F: drivers/hwmon/ltc2947-spi.c 13728 F: drivers/hwmon/ltc2947.h
|