Searched full:tmp464 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/Documentation/hwmon/ |
D | tmp464.rst | 3 Kernel driver tmp464 8 * Texas Instruments TMP464 10 Prefix: 'tmp464' 14 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp464.html 32 This driver implements support for Texas Instruments TMP464 and TMP468 33 temperature sensor chips. TMP464 provides one local and four remote
|
D | index.rst | 214 tmp464
|
/Linux-v6.6/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp464.yaml | 4 $id: http://devicetree.org/schemas/hwmon/ti,tmp464.yaml# 7 title: TMP464 and TMP468 temperature sensors 14 https://www.ti.com/lit/ds/symlink/tmp464.pdf 20 - ti,tmp464 76 compatible = "ti,tmp464"; 86 compatible = "ti,tmp464";
|
/Linux-v6.6/drivers/hwmon/ |
D | tmp464.c | 3 /* Driver for the Texas Instruments TMP464 SMBus temperature sensor IC. 4 * Supported models: TMP464, TMP468 69 { "tmp464", TMP464_NUM_CHANNELS }, 77 .compatible = "ti,tmp464", 501 name = "tmp464"; in tmp464_detect() 502 chip = "TMP464"; in tmp464_detect() 699 .name = "tmp464", 711 MODULE_DESCRIPTION("Texas Instruments TMP464 temperature sensor driver");
|
D | Makefile | 210 obj-$(CONFIG_SENSORS_TMP464) += tmp464.o
|
D | Kconfig | 2127 tristate "Texas Instruments TMP464 and compatible" 2131 If you say yes here you get support for Texas Instruments TMP464 2135 will be called tmp464.
|
/Linux-v6.6/ |
D | MAINTAINERS | 21713 TMP464 HARDWARE MONITOR DRIVER 21717 F: Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml 21718 F: Documentation/hwmon/tmp464.rst 21719 F: drivers/hwmon/tmp464.c
|