Lines Matching defs:lm75
3 * lm75.c - Part of lm_sensors, Linux kernel modules for hardware
21 #include "lm75.h"
35 lm75,
60 * struct lm75_params - lm75 configuration parameters.
196 [lm75] = {
697 struct lm75_data *lm75 = data;
699 regmap_write(lm75->regmap, LM75_REG_CONF, lm75->orig_conf);
800 { "lm75", lm75, },
888 .compatible = "national,lm75",
889 .data = (void *)lm75
1074 strscpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE);
1106 .name = "lm75",