Searched full:ltc2947 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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 94 ltc2947_spi: ltc2947@0 { 95 compatible = "adi,ltc2947";
|
| /OK3568_Linux_fs/kernel/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", 0}, 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 | Makefile | 117 obj-$(CONFIG_SENSORS_LTC2947) += ltc2947-core.o 118 obj-$(CONFIG_SENSORS_LTC2947_I2C) += ltc2947-i2c.o 119 obj-$(CONFIG_SENSORS_LTC2947_SPI) += ltc2947-spi.o
|
| H A D | ltc2947-core.c | 3 * Analog Devices LTC2947 high precision power and energy monitor 17 #include "ltc2947.h" 957 ATTRIBUTE_GROUPS(ltc2947); 1179 { .compatible = "adi,ltc2947" }, 1186 MODULE_DESCRIPTION("LTC2947 power and energy monitor core driver");
|
| H A D | Kconfig | 827 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over I2C" 832 If you say yes here you get support for Linear Technology LTC2947 836 be called ltc2947-i2c. 839 tristate "Analog Devices LTC2947 High Precision Power and Energy Monitor over SPI" 844 If you say yes here you get support for Linear Technology LTC2947 848 be called ltc2947-spi.
|
| /OK3568_Linux_fs/kernel/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,
|
| H A D | index.rst | 104 ltc2947
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 10340 LTC2947 HARDWARE MONITOR DRIVER 10345 F: Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml 10346 F: drivers/hwmon/ltc2947-core.c 10347 F: drivers/hwmon/ltc2947-i2c.c 10348 F: drivers/hwmon/ltc2947-spi.c 10349 F: drivers/hwmon/ltc2947.h
|