Home
last modified time | relevance | path

Searched full:ltc4282 (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/hwmon/
H A Dltc4282.rst3 Kernel drivers ltc4282
8 * Analog Devices LTC4282
10 Prefix: 'ltc4282'
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc4282.pdf
24 The LTC4282 hot swap controller allows a board to be safely inserted and removed
33 LTC4282 is well suited to high power applications because the precise monitoring
123 ``/sys/kernel/debug/ltc4282-hwmon[X]/``
H A Dindex.rst137 ltc4282
/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc4282.yaml4 $id: http://devicetree.org/schemas/hwmon/adi,ltc4282.yaml#
7 title: Analog Devices LTC4282 I2C High Current Hot Swap Controller over I2C
13 Analog Devices LTC4282 I2C High Current Hot Swap Controller over I2C.
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc4282.pdf
20 - adi,ltc4282
151 compatible = "adi,ltc4282";
/linux/drivers/hwmon/
H A Dltc4282.c3 * Analog Devices LTC4282 I2C High Current Hot Swap Controller over I2C
1618 ATTRIBUTE_GROUPS(ltc4282);
1693 debugfs_name = devm_kasprintf(&i2c->dev, GFP_KERNEL, "ltc4282-%s", in ltc4282_debugfs_init()
1754 hwmon = devm_hwmon_device_register_with_info(dev, "ltc4282", st, in ltc4282_probe()
1766 { .compatible = "adi,ltc4282" },
1773 .name = "ltc4282",
1781 MODULE_DESCRIPTION("LTC4282 I2C High Current Hot Swap Controller");
H A DMakefile144 obj-$(CONFIG_SENSORS_LTC4282) += ltc4282.o
H A DKconfig1099 tristate "Analog Devices LTC4282"
1103 If you say yes here you get support for Analog Devices LTC4282
1107 be called ltc4282.
/linux/
H A DMAINTAINERS13613 LTC4282 HARDWARE MONITOR DRIVER
13617 F: Documentation/devicetree/bindings/hwmon/adi,ltc4282.yaml
13618 F: Documentation/hwmon/ltc4282.rst
13619 F: drivers/hwmon/ltc4282.c