Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/temperature/
H A 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/drivers/iio/temperature/
H A 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");
H A DMakefile18 obj-$(CONFIG_TMP007) += tmp007.o