Searched full:tmp117 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/ |
D | ti,tmp117.yaml | 4 $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 46 tmp117@48 { 47 compatible = "ti,tmp117";
|
/linux-6.12.1/drivers/iio/temperature/ |
D | tmp117.c | 6 * Driver for the Texas Instruments TMP117 Temperature Sensor 137 .name = "tmp117", 206 { .compatible = "ti,tmp117", .data = &tmp117_channels_info }, 213 { "tmp117", (kernel_ulong_t)&tmp117_channels_info }, 220 .name = "tmp117", 229 MODULE_DESCRIPTION("TI TMP117 Temperature sensor driver");
|
D | Kconfig | 111 config TMP117 config 112 tristate "TMP117 Digital temperature sensor with integrated NV memory" 116 TMP117 Digital temperature sensor with integrated NV memory. 119 be called tmp117.
|
D | Makefile | 19 obj-$(CONFIG_TMP117) += tmp117.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 22943 TEXAS INSTRUMENTS' TMP117 TEMPERATURE SENSOR DRIVER 22947 F: Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml 22948 F: drivers/iio/temperature/tmp117.c
|