Lines Matching full:tmp401
2 /* tmp401.c
14 * Driver for the Texas Instruments TMP401 SMBUS temperature sensor IC.
37 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435, tmp461 }; enumerator
40 * The TMP401 registers, note some registers have different addresses for
121 { "tmp401", tmp401 },
638 kind = tmp401; in tmp401_detect()
689 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435", "TMP461" in tmp401_probe()
704 /* Initialize the TMP401 chip */ in tmp401_probe()
734 { .compatible = "ti,tmp401", },
746 .name = "tmp401",
758 MODULE_DESCRIPTION("Texas Instruments TMP401 temperature sensor driver");