Home
last modified time | relevance | path

Searched full:tmp117 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/temperature/
Dti,tmp117.yaml4 $id: "http://devicetree.org/schemas/iio/temperature/ti,tmp117.yaml#"
7 title: "TI TMP117 - Digital temperature sensor with integrated NV memory"
10 TI TMP117 - Digital temperature sensor with integrated NV memory that supports
20 - ti,tmp117
37 tmp117@48 {
38 compatible = "ti,tmp117";
/Linux-v6.1/drivers/iio/temperature/
Dtmp117.c6 * Driver for the Texas Instruments TMP117 Temperature Sensor
124 dev_err(&client->dev, "TMP117 not found\n"); in tmp117_identify()
151 indio_dev->name = "tmp117"; in tmp117_probe()
162 { .compatible = "ti,tmp117", },
168 { "tmp117", 0 },
175 .name = "tmp117",
184 MODULE_DESCRIPTION("TI TMP117 Temperature sensor driver");
DKconfig99 config TMP117 config
100 tristate "TMP117 Digital temperature sensor with integrated NV memory"
104 TMP117 Digital temperature sensor with integrated NV memory.
107 be called tmp117.
DMakefile16 obj-$(CONFIG_TMP117) += tmp117.o
/Linux-v6.1/
DMAINTAINERS20405 TEXAS INSTRUMENTS' TMP117 TEMPERATURE SENSOR DRIVER
20409 F: Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml
20410 F: drivers/iio/temperature/tmp117.c