Lines Matching defs:tmp411
5 * Preliminary tmp411 support by:
35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 };
95 { "tmp411", tmp411 },
159 case 0x30: /* local temp minimum, tmp411 */
160 case 0x32: /* local temp maximum, tmp411 */
161 case 0x34: /* remote temp minimum, tmp411 */
162 case 0xf6: /* remote temp maximum, tmp411 (really 0x36) */
594 if (data->kind == tmp401 || data->kind == tmp411) {
595 dev_err(&data->client->dev, "ti,tmp401 or ti,tmp411 does not support beta compensation\n");
636 kind = tmp411;
641 kind = tmp411;
646 kind = tmp411;
726 if (data->kind == tmp411) {
755 { .compatible = "ti,tmp411", },