Searched full:tmp513 (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp513.yaml | 5 $id: http://devicetree.org/schemas/hwmon/ti,tmp513.yaml# 8 title: TMP513/512 system monitor sensor 14 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors 21 https://www.ti.com/lit/gpn/tmp513 29 - ti,tmp513 60 Array of three(TMP513) or two(TMP512) n-Factor value for each remote 86 tmp513@5c { 87 compatible = "ti,tmp513";
|
/linux-6.14.4/Documentation/hwmon/ |
D | tmp513.rst | 3 Kernel driver tmp513 14 * Texas Instruments TMP513 16 Prefix: 'tmp513' 18 Datasheet: https://www.ti.com/lit/ds/symlink/tmp513.pdf 27 This driver implements support for Texas Instruments TMP512, and TMP513. 28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
|
D | index.rst | 239 tmp513
|
/linux-6.14.4/drivers/hwmon/ |
D | tmp513.c | 3 * Driver for Texas Instruments TMP512, TMP513 power monitor chips 5 * TMP513: 8 * Datasheet: https://www.ti.com/lit/gpn/tmp513 63 // TMP513 specific register definition 615 { "tmp513", TMP513_MAX_CHANNELS }, 622 { .compatible = "ti,tmp513", .data = (void *)TMP513_MAX_CHANNELS },
|
D | Makefile | 227 obj-$(CONFIG_SENSORS_TMP513) += tmp513.o
|
D | Kconfig | 2357 tristate "Texas Instruments TMP513 and compatibles" 2362 and TMP513 temperature and power supply sensor chips. 2365 will be called tmp513.
|
/linux-6.14.4/ |
D | MAINTAINERS | 23971 TMP513 HARDWARE MONITOR DRIVER 23975 F: Documentation/hwmon/tmp513.rst 23976 F: drivers/hwmon/tmp513.c
|