Lines Matching full:tmp411
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()
587 if (data->kind == tmp401 || data->kind == tmp411) { in tmp401_init_client()
588 dev_err(&data->client->dev, "ti,tmp401 or ti,tmp411 does not support beta compensation\n"); in tmp401_init_client()
629 kind = tmp411; in tmp401_detect()
634 kind = tmp411; in tmp401_detect()
639 kind = tmp411; in tmp401_detect()
675 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435" in tmp401_probe()
719 if (data->kind == tmp411) { in tmp401_probe()
748 { .compatible = "ti,tmp411", },