Home
last modified time | relevance | path

Searched full:ltc2945 (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dadi,ltc2945.yaml4 $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
43 compatible = "adi,ltc2945";
/kernel/linux/linux-6.6/Documentation/hwmon/
Dltc2945.rst1 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
Dindex.rst120 ltc2945
/kernel/linux/linux-5.10/Documentation/hwmon/
Dltc2945.rst1 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
Dindex.rst103 ltc2945
/kernel/linux/linux-6.6/drivers/hwmon/
Dltc2945.c3 * 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", 0},
519 .name = "ltc2945",
529 MODULE_DESCRIPTION("LTC2945 driver");
DMakefile125 obj-$(CONFIG_SENSORS_LTC2945) += ltc2945.o
DKconfig887 tristate "Linear Technology LTC2945"
891 If you say yes here you get support for Linear Technology LTC2945
895 be called ltc2945.
/kernel/linux/linux-5.10/drivers/hwmon/
Dltc2945.c3 * Driver for Linear Technology LTC2945 I2C Power Monitor
442 ATTRIBUTE_GROUPS(ltc2945);
472 {"ltc2945", 0},
480 .name = "ltc2945",
489 MODULE_DESCRIPTION("LTC2945 driver");
DMakefile116 obj-$(CONFIG_SENSORS_LTC2945) += ltc2945.o
DKconfig814 tristate "Linear Technology LTC2945"
818 If you say yes here you get support for Linear Technology LTC2945
822 be called ltc2945.