Searched full:tmp007 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.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";
|
/Linux-v6.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
|