Searched full:tmp006 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/ |
D | ti,tmp006.yaml | 4 $id: http://devicetree.org/schemas/iio/temperature/ti,tmp006.yaml# 7 title: TI TMP006 IR thermopile sensor 13 TI TMP006 - Infrared Thermopile Sensor in Chip-Scale Package. 14 https://cdn.sparkfun.com/datasheets/Sensors/Temp/tmp006.pdf 18 const: ti,tmp006 38 compatible = "ti,tmp006";
|
/linux-6.12.1/drivers/iio/temperature/ |
D | tmp006.c | 3 * tmp006.c - Support for TI TMP006 IR thermopile sensor 226 dev_err(&client->dev, "no TMP006 sensor\n"); in tmp006_probe() 277 { .compatible = "ti,tmp006" }, 283 { "tmp006" }, 290 .name = "tmp006", 300 MODULE_DESCRIPTION("TI TMP006 IR thermopile sensor driver");
|
D | Kconfig | 91 config TMP006 config 92 tristate "TMP006 infrared thermopile sensor" 96 TMP006 infrared thermopile sensor. 99 be called tmp006.
|
D | Makefile | 17 obj-$(CONFIG_TMP006) += tmp006.o
|
/linux-6.12.1/include/linux/platform_data/ |
D | cros_ec_commands.h | 3084 /* Get/Set TMP006 calibration data */ 3089 * The original TMP006 calibration only needed four params, but now we need 3136 /* Read raw TMP006 data */
|