Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
13 https://www.ti.com/lit/gpn/tmp117
22 - ti,tmp117
39 tmp117@48 {
40 compatible = "ti,tmp117";
/kernel/linux/linux-6.6/drivers/iio/temperature/
Dtmp117.c6 * Driver for the Texas Instruments TMP117 Temperature Sensor
194 indio_dev->name = "tmp117"; in tmp117_probe()
203 { .compatible = "ti,tmp117", .data = (void *)TMP117_DEVICE_ID },
210 { "tmp117", TMP117_DEVICE_ID },
217 .name = "tmp117",
226 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.
DMakefile17 obj-$(CONFIG_TMP117) += tmp117.o
/kernel/linux/linux-6.6/
DMAINTAINERS21354 TEXAS INSTRUMENTS' TMP117 TEMPERATURE SENSOR DRIVER
21358 F: Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml
21359 F: drivers/iio/temperature/tmp117.c