Searched full:tmp108 (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/hwmon/ |
D | tmp108.c | 2 /* Texas Instruments TMP108 SMBus temperature sensor driver 22 #define DRIVER_NAME "tmp108" 74 struct tmp108 { struct 80 /* convert 12-bit TMP108 register value to milliCelsius */ 86 /* convert milliCelsius to left adjusted 12-bit TMP108 register value */ 95 struct tmp108 *tmp108 = dev_get_drvdata(dev); in tmp108_read() local 101 err = regmap_read(tmp108->regmap, TMP108_REG_CONF, in tmp108_read() 128 if (time_before(jiffies, tmp108->ready_time)) { in tmp108_read() 133 err = regmap_read(tmp108->regmap, TMP108_REG_TEMP, ®val); in tmp108_read() 140 err = regmap_read(tmp108->regmap, attr == hwmon_temp_min ? in tmp108_read() [all …]
|
D | Makefile | 223 obj-$(CONFIG_SENSORS_TMP108) += tmp108.o
|
D | Kconfig | 2312 tristate "Texas Instruments TMP108" 2318 If you say yes here you get support for Texas Instruments TMP108 2322 will be called tmp108.
|
/linux-6.14.4/Documentation/hwmon/ |
D | tmp108.rst | 1 Kernel driver tmp108 14 * Texas Instruments TMP108 16 Prefix: 'tmp108' 20 Datasheet: https://www.ti.com/product/tmp108 29 The Texas Instruments TMP108 implements one temperature sensor. An alert pin 39 The TMP108 has a programmable update rate that can select between 8, 4, 1, and 42 By default the TMP108 reads the temperature continuously. To conserve power, 43 the TMP108 has a one-shot mode where the device is normally shut-down. When a
|
D | index.rst | 235 tmp108
|
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp108.yaml | 4 $id: http://devicetree.org/schemas/hwmon/ti,tmp108.yaml# 7 title: TMP108/P3T1085(NXP) temperature sensor 13 The TMP108/P3T1085(NXP) is a digital-output temperature sensor with a 20 https://www.ti.com/product/TMP108 27 - ti,tmp108 57 compatible = "ti,tmp108";
|
/linux-6.14.4/arch/arm/boot/dts/rockchip/ |
D | rk3188-bqedison2qc.dts | 276 tmp108@48 { 277 compatible = "ti,tmp108"; 623 tmp108 {
|
/linux-6.14.4/arch/arm/boot/dts/qcom/ |
D | qcom-msm8926-motorola-peregrine.dts | 142 compatible = "ti,tmp108";
|
D | msm8226-motorola-falcon.dts | 157 compatible = "ti,tmp108";
|