Searched full:tmp411 (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | tmp401.rst | 14 * Texas Instruments TMP411 16 Prefix: 'tmp411' 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 56 This driver implements support for Texas Instruments TMP401, TMP411, 67 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | tmp401.rst | 14 * Texas Instruments TMP411 16 Prefix: 'tmp411' 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 62 This driver implements support for Texas Instruments TMP401, TMP411, 73 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | tmp401.c | 5 * Preliminary tmp411 support by: 35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 }; enumerator 95 { "tmp411", tmp411 }, 159 case 0x30: /* local temp minimum, tmp411 */ in tmp401_reg_read() 160 case 0x32: /* local temp maximum, tmp411 */ in tmp401_reg_read() 161 case 0x34: /* remote temp minimum, tmp411 */ in tmp401_reg_read() 162 case 0xf6: /* remote temp maximum, tmp411 (really 0x36) */ in tmp401_reg_read() 163 /* work around register overlap between TMP411 and TMP432 */ in tmp401_reg_read() 594 if (data->kind == tmp401 || data->kind == tmp411) { in tmp401_init_client() 595 dev_err(&data->client->dev, "ti,tmp401 or ti,tmp411 does not support beta compensation\n"); in tmp401_init_client() [all …]
|
| D | Kconfig | 2114 TMP411, TMP431, TMP432, and TMP435 temperature sensor chips.
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | tmp401.c | 5 * Preliminary tmp411 support by: 37 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435, tmp461 }; enumerator 122 { "tmp411", tmp411 }, 181 int num_regs = data->kind == tmp411 ? 6 : 4; in tmp401_update_device_reg16() 517 * Additional features of the TMP411 chip. 518 * The TMP411 stores the minimum and maximum 643 kind = tmp411; in tmp401_detect() 648 kind = tmp411; in tmp401_detect() 653 kind = tmp411; in tmp401_detect() 689 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435", "TMP461" in tmp401_probe() [all …]
|
| D | Kconfig | 1851 TMP411, TMP431, TMP432, TMP435, and TMP461 temperature sensor chips.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | ti,tmp401.yaml | 17 https://www.ti.com/lit/ds/symlink/tmp411.pdf 25 - ti,tmp411 70 - ti,tmp411
|