Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/hwmon/
Dltc2978.rst1 Kernel driver ltc2978
38 * Linear Technology LTC2978, LTC2978A
40 Prefix: 'ltc2978'
44 Datasheet: https://www.analog.com/en/products/ltc2978
209 - LTC2978 is an octal power supply monitor.
210 - LTC2977 is a pin compatible replacement for LTC2978.
231 Example: the following commands will load the driver for an LTC2978 at address
234 # modprobe ltc2978
235 # echo ltc2978 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
250 LTC2974, LTC2975, LTC2977, LTC2980, LTC2978,
[all …]
Dpmbus.rst112 Example: the following will load the driver for an LTC2978 at address 0x60
116 $ echo ltc2978 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
Dindex.rst127 ltc2978
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dlltc,ltc2978.yaml4 $id: http://devicetree.org/schemas/hwmon/lltc,ltc2978.yaml#
19 - lltc,ltc2978
51 * ltc2978 : vout0 - vout7
81 compatible = "lltc,ltc2978";
/linux-6.12.1/drivers/hwmon/pmbus/
Dltc2978.c3 * Hardware monitoring driver for LTC2978 and compatible chips.
24 ltc2972, ltc2974, ltc2975, ltc2977, ltc2978, ltc2979, ltc2980, enumerator
39 /* LTC2974, LTC2975, LCT2977, LTC2980, LTC2978, and LTM2987 */
111 * LTC2978 clears peak data whenever the CLEAR_FAULTS command is executed, which
325 * of LTC2978 revision 1, and will return the maximum in ltc2978_read_word_data()
540 {"ltc2978", ltc2978},
636 return ltc2978; in ltc2978_get_id()
774 case ltc2978: in ltc2978_probe()
868 case ltc2978: in ltc2978_probe()
899 { .compatible = "lltc,ltc2978" },
[all …]
DKconfig213 tristate "Linear Technologies LTC2978 and compatibles"
216 Technology LTC2972, LTC2974, LTC2975, LTC2977, LTC2978, LTC2979,
220 be called ltc2978.
223 bool "Regulator support for LTC2978 and compatibles"
DMakefile26 obj-$(CONFIG_SENSORS_LTC2978) += ltc2978.o