Lines Matching defs:lm63
3 * lm63.c - driver for the National Semiconductor LM63 temperature sensor
132 enum chips { lm63, lm64, lm96163 };
999 strscpy(info->type, "lm63", I2C_NAME_SIZE);
1041 case lm63:
1078 if (data->kind == lm63)
1137 { "lm63", lm63 },
1146 .compatible = "national,lm63",
1147 .data = (void *)lm63
1164 .name = "lm63",