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()
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()
636 kind = tmp411; in tmp401_detect()
641 kind = tmp411; in tmp401_detect()
646 kind = tmp411; in tmp401_detect()
682 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435" in tmp401_probe()
726 if (data->kind == tmp411) { in tmp401_probe()
755 { .compatible = "ti,tmp411", },