Home
last modified time | relevance | path

Searched full:tmp102 (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/hwmon/
Dtmp102.c2 /* Texas Instruments TMP102 SMBus temperature sensor driver
21 #define DRIVER_NAME "tmp102"
54 struct tmp102 { struct
60 /* convert left adjusted 13-bit TMP102 register value to milliCelsius */
66 /* convert milliCelsius to left adjusted 13-bit TMP102 register value */
75 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_read() local
82 if (time_before(jiffies, tmp102->ready_time)) { in tmp102_read()
98 err = regmap_read(tmp102->regmap, reg, &regval); in tmp102_read()
109 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_write() local
124 return regmap_write(tmp102->regmap, reg, tmp102_mC_to_reg(temp)); in tmp102_write()
[all …]
Dtmp103.c7 * Texas Instruments TMP102 SMBus temperature sensor driver
DMakefile199 obj-$(CONFIG_SENSORS_TMP102) += tmp102.o
DKconfig2036 tristate "Texas Instruments TMP102"
2040 If you say yes here you get support for Texas Instruments TMP102
2044 will be called tmp102.
/Linux-v6.1/Documentation/hwmon/
Dtmp102.rst1 Kernel driver tmp102
6 * Texas Instruments TMP102
8 Prefix: 'tmp102'
12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
21 The Texas Instruments TMP102 implements one temperature sensor. Limits can be
27 The TMP102 has a programmable update rate that can select between 8, 4, 1, and
Dindex.rst199 tmp102
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dti,tmp102.yaml4 $id: http://devicetree.org/schemas/hwmon/ti,tmp102.yaml#
7 title: TMP102 temperature sensor
15 - ti,tmp102
41 compatible = "ti,tmp102";
/Linux-v6.1/arch/arm/boot/dts/
Dam57xx-beagle-x15-common.dtsi392 tmp102: tmp102@48 { label
393 compatible = "ti,tmp102";
557 thermal-sensors = <&tmp102 0>;
Dimx6-logicpd-som.dtsi168 compatible = "ti,tmp102";
176 compatible = "ti,tmp102";
Dimx6ull-phytec-tauri.dtsi171 tmp102: tmp@49 { label
172 compatible = "ti,tmp102";
Dam335x-phycore-som.dtsi146 compatible = "ti,tmp102";