Searched refs:tmp102 (Results 1 – 6 of 6) sorted by relevance
53 struct tmp102 { struct81 static struct tmp102 *tmp102_update_device(struct device *dev) in tmp102_update_device() argument83 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_update_device() local84 struct i2c_client *client = tmp102->client; in tmp102_update_device()86 mutex_lock(&tmp102->lock); in tmp102_update_device()87 if (time_after(jiffies, tmp102->last_update + HZ / 3)) { in tmp102_update_device()89 for (i = 0; i < ARRAY_SIZE(tmp102->temp); ++i) { in tmp102_update_device()93 tmp102->temp[i] = tmp102_reg_to_mC(status); in tmp102_update_device()95 tmp102->last_update = jiffies; in tmp102_update_device()97 mutex_unlock(&tmp102->lock); in tmp102_update_device()[all …]
144 obj-$(CONFIG_SENSORS_TMP102) += tmp102.o
1474 will be called tmp102.
1 Kernel driver tmp1026 Prefix: 'tmp102'8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
440 tmp102: tmp102@48 { label441 compatible = "ti,tmp102";591 thermal-sensors = <&tmp102 0>;
100 ti,tmp102 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface