Searched refs:tmp401 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ti,tmp401.yaml | 4 $id: http://devicetree.org/schemas/hwmon/ti,tmp401.yaml# 16 https://www.ti.com/lit/ds/symlink/tmp401.pdf 24 - ti,tmp401 59 - ti,tmp401 69 - ti,tmp401 88 compatible = "ti,tmp401";
|
/openbmc/linux/Documentation/hwmon/ |
H A D | tmp401.rst | 1 Kernel driver tmp401 8 Prefix: 'tmp401' 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
|
H A D | index.rst | 217 tmp401
|
/openbmc/linux/drivers/hwmon/ |
H A D | tmp401.c | 35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 }; enumerator 94 { "tmp401", tmp401 }, 579 if (data->kind == tmp401) { in tmp401_init_client() 594 if (data->kind == tmp401 || data->kind == tmp411) { in tmp401_init_client() 631 kind = tmp401; in tmp401_detect()
|
H A D | Makefile | 210 obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
|
H A D | Kconfig | 2138 will be called tmp401.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 21754 F: Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml 21755 F: Documentation/hwmon/tmp401.rst 21756 F: drivers/hwmon/tmp401.c
|