Searched full:ltc2945 (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/hwmon/ |
H A D | ltc2945.rst | 1 Kernel driver ltc2945 6 * Linear Technology LTC2945 8 Prefix: 'ltc2945' 22 The LTC2945 is a rail-to-rail system monitor that measures current, voltage, 29 This driver does not probe for LTC2945 devices, since there is no register 33 Example: the following will load the driver for an LTC2945 at address 0x10 36 $ modprobe ltc2945 37 $ echo ltc2945 0x10 > /sys/bus/i2c/devices/i2c-1/new_device
|
H A D | index.rst | 125 ltc2945
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,ltc2945.yaml | 4 $id: http://devicetree.org/schemas/hwmon/adi,ltc2945.yaml# 7 title: Analog Devices LTC2945 wide range i2c power monitor 13 Analog Devices LTC2945 wide range i2c power monitor over I2C. 15 https://www.analog.com/media/en/technical-documentation/data-sheets/LTC2945.pdf 20 - adi,ltc2945 46 compatible = "adi,ltc2945";
|
/linux/drivers/hwmon/ |
H A D | ltc2945.c | 3 * Driver for Linear Technology LTC2945 I2C Power Monitor 62 { .compatible = "adi,ltc2945" }, 68 * struct ltc2945_data - LTC2945 device data 467 ATTRIBUTE_GROUPS(ltc2945); 511 {"ltc2945"}, 519 .name = "ltc2945", 529 MODULE_DESCRIPTION("LTC2945 driver");
|
H A D | Makefile | 130 obj-$(CONFIG_SENSORS_LTC2945) += ltc2945.o
|
H A D | Kconfig | 953 tristate "Linear Technology LTC2945" 957 If you say yes here you get support for Linear Technology LTC2945 961 be called ltc2945.
|