Searched full:ltc2947 (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/hwmon/ |
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-v6.6/drivers/hwmon/ |
D | ltc2947-i2c.c | 3 * Analog Devices LTC2947 high precision power and energy monitor over I2C 11 #include "ltc2947.h" 30 {"ltc2947", 0}, 37 .name = "ltc2947", 47 MODULE_DESCRIPTION("LTC2947 I2C power and energy monitor driver");
|
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");
|
D | Makefile | 126 obj-$(CONFIG_SENSORS_LTC2947) += ltc2947-core.o 127 obj-$(CONFIG_SENSORS_LTC2947_I2C) += ltc2947-i2c.o 128 obj-$(CONFIG_SENSORS_LTC2947_SPI) += ltc2947-spi.o
|
D | ltc2947-core.c | 3 * Analog Devices LTC2947 high precision power and energy monitor 17 #include "ltc2947.h" 957 ATTRIBUTE_GROUPS(ltc2947); 1163 { .compatible = "adi,ltc2947" }, 1170 MODULE_DESCRIPTION("LTC2947 power and energy monitor core driver");
|
D | Kconfig | 901 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C" 906 If you say yes here you get support for Linear Technology LTC2947 910 be called ltc2947-i2c. 913 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI" 918 If you say yes here you get support for Linear Technology LTC2947 922 be called ltc2947-spi.
|
/Linux-v6.6/Documentation/hwmon/ |
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,
|
D | index.rst | 121 ltc2947
|
/Linux-v6.6/ |
D | MAINTAINERS | 12443 LTC2947 HARDWARE MONITOR DRIVER 12448 F: Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml 12449 F: drivers/hwmon/ltc2947-core.c 12450 F: drivers/hwmon/ltc2947-i2c.c 12451 F: drivers/hwmon/ltc2947-spi.c 12452 F: drivers/hwmon/ltc2947.h
|