Searched full:tmp007 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
| D | tmp007.txt | 1 * TI TMP007 - IR thermopile sensor with integrated math engine 3 Link to datasheet: http://www.ti.com/lit/ds/symlink/tmp007.pdf 7 - compatible: should be "ti,tmp007" 27 tmp007@40 { 28 compatible = "ti,tmp007";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/temperature/ |
| D | ti,tmp007.yaml | 4 $id: http://devicetree.org/schemas/iio/temperature/ti,tmp007.yaml# 13 http://www.ti.com/lit/ds/symlink/tmp007.pdf 17 const: ti,tmp007 51 compatible = "ti,tmp007";
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| D | Kconfig | 89 config TMP007 config 90 tristate "TMP007 infrared thermopile sensor with Integrated Math Engine" 94 TMP007 infrared thermopile sensor with Integrated Math Engine. 97 be called tmp007.
|
| D | tmp007.c | 3 * tmp007.c - Support for TI TMP007 IR thermopile sensor with integrated math engine 453 dev_err(&client->dev, "TMP007 not found\n"); in tmp007_probe() 466 indio_dev->name = "tmp007"; in tmp007_probe() 567 { .compatible = "ti,tmp007", }, 573 { "tmp007", 0 }, 580 .name = "tmp007", 591 MODULE_DESCRIPTION("TI TMP007 IR thermopile sensor driver");
|
| D | Makefile | 14 obj-$(CONFIG_TMP007) += tmp007.o
|
| /kernel/linux/linux-6.6/drivers/iio/temperature/ |
| D | Kconfig | 89 config TMP007 config 90 tristate "TMP007 infrared thermopile sensor with Integrated Math Engine" 94 TMP007 infrared thermopile sensor with Integrated Math Engine. 97 be called tmp007.
|
| D | tmp007.c | 3 * tmp007.c - Support for TI TMP007 IR thermopile sensor with integrated math engine 460 dev_err(&client->dev, "TMP007 not found\n"); in tmp007_probe() 473 indio_dev->name = "tmp007"; in tmp007_probe() 560 { .compatible = "ti,tmp007", }, 566 { "tmp007", 0 }, 573 .name = "tmp007", 583 MODULE_DESCRIPTION("TI TMP007 IR thermopile sensor driver");
|
| D | Makefile | 16 obj-$(CONFIG_TMP007) += tmp007.o
|