Lines Matching refs:lm75
3 * lm75.c - Part of lm_sensors, Linux kernel modules for hardware
20 #include "lm75.h"
33 lm75,
57 * struct lm75_params - lm75 configuration parameters.
182 [lm75] = {
557 struct lm75_data *lm75 = data;
559 regulator_disable(lm75->vs);
564 struct lm75_data *lm75 = data;
565 struct i2c_client *client = lm75->client;
567 i2c_smbus_write_byte_data(client, LM75_REG_CONF, lm75->orig_conf);
661 { "lm75", lm75, },
713 .compatible = "national,lm75",
714 .data = (void *)lm75
895 strscpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE);
943 .name = "lm75",