Searched full:tmp411 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.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
|
/Linux-v6.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 | 2111 TMP411, TMP431, TMP432, and TMP435 temperature sensor chips.
|
/Linux-v6.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
|