Searched full:tmp108 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/hwmon/ |
D | tmp108.c | 2 /* Texas Instruments TMP108 SMBus temperature sensor driver 21 #define DRIVER_NAME "tmp108" 73 struct tmp108 { struct 79 /* convert 12-bit TMP108 register value to milliCelsius */ 85 /* convert milliCelsius to left adjusted 12-bit TMP108 register value */ 94 struct tmp108 *tmp108 = dev_get_drvdata(dev); in tmp108_read() local 100 err = regmap_read(tmp108->regmap, TMP108_REG_CONF, in tmp108_read() 127 if (time_before(jiffies, tmp108->ready_time)) { in tmp108_read() 132 err = regmap_read(tmp108->regmap, TMP108_REG_TEMP, ®val); in tmp108_read() 139 err = regmap_read(tmp108->regmap, attr == hwmon_temp_min ? in tmp108_read() [all …]
|
D | Makefile | 201 obj-$(CONFIG_SENSORS_TMP108) += tmp108.o
|
D | Kconfig | 2058 tristate "Texas Instruments TMP108" 2062 If you say yes here you get support for Texas Instruments TMP108 2066 will be called tmp108.
|
/Linux-v6.1/Documentation/hwmon/ |
D | tmp108.rst | 1 Kernel driver tmp108 6 * Texas Instruments TMP108 8 Prefix: 'tmp108' 12 Datasheet: https://www.ti.com/product/tmp108 21 The Texas Instruments TMP108 implements one temperature sensor. An alert pin 31 The TMP108 has a programmable update rate that can select between 8, 4, 1, and 34 By default the TMP108 reads the temperature continuously. To conserve power, 35 the TMP108 has a one-shot mode where the device is normally shut-down. When a
|
D | index.rst | 201 tmp108
|
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp108.yaml | 4 $id: http://devicetree.org/schemas/hwmon/ti,tmp108.yaml# 7 title: TMP108 temperature sensor 15 - ti,tmp108 42 compatible = "ti,tmp108";
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | rk3188-bqedison2qc.dts | 276 tmp108@48 { 277 compatible = "ti,tmp108"; 623 tmp108 {
|