Searched full:tmp513 (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/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 61 Array of three(TMP513) or two(TMP512) n-Factor value for each remote 84 tmp513@5c { 85 compatible = "ti,tmp513";
|
| /kernel/linux/linux-6.6/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 83 tmp513@5c { 84 compatible = "ti,tmp513";
|
| /kernel/linux/linux-6.6/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 | 215 tmp513
|
| /kernel/linux/linux-5.10/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 | 174 tmp513
|
| /kernel/linux/linux-5.10/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 58 // TMP513 specific register definition 156 tmp512, tmp513 enumerator 588 if (data->id == tmp513) { in tmp51x_init() 605 { "tmp513", tmp513 }, 616 .compatible = "ti,tmp513", 617 .data = (void *)tmp513 677 (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties() [all …]
|
| D | Makefile | 184 obj-$(CONFIG_SENSORS_TMP513) += tmp513.o
|
| D | Kconfig | 1867 tristate "Texas Instruments TMP513 and compatibles" 1871 and TMP513 temperature and power supply sensor chips. 1874 will be called tmp513.
|
| /kernel/linux/linux-6.6/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 161 tmp512, tmp513 enumerator 594 if (data->id == tmp513) { in tmp51x_init() 611 { "tmp513", tmp513 }, 622 .compatible = "ti,tmp513", 623 .data = (void *)tmp513 683 (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties() [all …]
|
| D | Makefile | 211 obj-$(CONFIG_SENSORS_TMP513) += tmp513.o
|
| D | Kconfig | 2141 tristate "Texas Instruments TMP513 and compatibles" 2146 and TMP513 temperature and power supply sensor chips. 2149 will be called tmp513.
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 17664 TMP513 HARDWARE MONITOR DRIVER 17668 F: Documentation/hwmon/tmp513.rst 17669 F: drivers/hwmon/tmp513.c
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 21730 TMP513 HARDWARE MONITOR DRIVER 21734 F: Documentation/hwmon/tmp513.rst 21735 F: drivers/hwmon/tmp513.c
|