Lines Matching full:tmp401
2 /* tmp401.c
14 * Driver for the Texas Instruments TMP401 SMBUS temperature sensor IC.
35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 }; enumerator
38 * The TMP401 registers, note some registers have different addresses for
94 { "tmp401", tmp401 },
579 if (data->kind == tmp401) { in tmp401_init_client()
580 dev_err(&data->client->dev, "ti,tmp401 does not support n-factor correction\n"); in tmp401_init_client()
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()
631 kind = tmp401; in tmp401_detect()
682 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435" in tmp401_probe()
738 /* Initialize the TMP401 chip */ in tmp401_probe()
754 { .compatible = "ti,tmp401", },
766 .name = "tmp401",
778 MODULE_DESCRIPTION("Texas Instruments TMP401 temperature sensor driver");