Home
last modified time | relevance | path

Searched refs:tmp102 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dtmp102.c53 struct tmp102 { struct
81 static struct tmp102 *tmp102_update_device(struct device *dev) in tmp102_update_device() argument
83 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_update_device() local
84 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 …]
DMakefile144 obj-$(CONFIG_SENSORS_TMP102) += tmp102.o
DKconfig1474 will be called tmp102.
/linux-4.1.27/Documentation/hwmon/
Dtmp1021 Kernel driver tmp102
6 Prefix: 'tmp102'
8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
/linux-4.1.27/arch/arm/boot/dts/
Dam57xx-beagle-x15.dts440 tmp102: tmp102@48 { label
441 compatible = "ti,tmp102";
591 thermal-sensors = <&tmp102 0>;
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dtrivial-devices.txt100 ti,tmp102 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface