Home
last modified time | relevance | path

Searched full:tmp007 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/
Dti,tmp007.yaml4 $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-6.12.1/drivers/iio/temperature/
DKconfig101 config TMP007 config
102 tristate "TMP007 infrared thermopile sensor with Integrated Math Engine"
106 TMP007 infrared thermopile sensor with Integrated Math Engine.
109 be called tmp007.
Dtmp007.c3 * 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" },
573 .name = "tmp007",
583 MODULE_DESCRIPTION("TI TMP007 IR thermopile sensor driver");
DMakefile18 obj-$(CONFIG_TMP007) += tmp007.o