Lines Matching full:tmp411
5 * Preliminary tmp411 support by:
37 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435, tmp461 }; enumerator
122 { "tmp411", tmp411 },
181 int num_regs = data->kind == tmp411 ? 6 : 4; in tmp401_update_device_reg16()
517 * Additional features of the TMP411 chip.
518 * The TMP411 stores the minimum and maximum
643 kind = tmp411; in tmp401_detect()
648 kind = tmp411; in tmp401_detect()
653 kind = tmp411; in tmp401_detect()
689 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435", "TMP461" in tmp401_probe()
712 /* Register additional tmp411 sysfs hooks */ in tmp401_probe()
713 if (data->kind == tmp411) in tmp401_probe()
735 { .compatible = "ti,tmp411", },