Lines Matching refs:lm75
3 * lm75.c - Part of lm_sensors, Linux kernel modules for hardware
21 #include "lm75.h"
33 lm75,
56 * struct lm75_params - lm75 configuration parameters.
173 [lm75] = {
541 struct lm75_data *lm75 = data;
543 regulator_disable(lm75->vs);
548 struct lm75_data *lm75 = data;
549 struct i2c_client *client = lm75->client;
551 i2c_smbus_write_byte_data(client, LM75_REG_CONF, lm75->orig_conf);
644 { "lm75", lm75, },
691 .compatible = "national,lm75",
692 .data = (void *)lm75
869 strlcpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE);
917 .name = "lm75",