Searched full:tmp422 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/hwmon/ |
H A D | tmp421.rst | 14 * Texas Instruments TMP422 16 Prefix: 'tmp422' 53 This driver implements support for Texas Instruments TMP421, TMP422, 55 implement one local and up to one (TMP421, TMP441), up to two (TMP422,
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ti,tmp421.yaml | 14 https://www.ti.com/lit/ds/symlink/tmp422.pdf 20 - ti,tmp422 77 compatible = "ti,tmp422"; 87 compatible = "ti,tmp422";
|
/openbmc/linux/drivers/hwmon/ |
H A D | tmp421.c | 11 * Supported models: TMP421, TMP422, TMP423, TMP441, TMP442 30 enum chips { tmp421, tmp422, tmp423, tmp441, tmp442 }; enumerator 61 { "tmp422", 3 }, 75 .compatible = "ti,tmp422", 308 "TMP421", "TMP422", "TMP423", in tmp421_detect() 337 kind = tmp422; in tmp421_detect()
|
H A D | Kconfig | 2145 TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.
|
/openbmc/qemu/hw/sensor/ |
H A D | tmp421.c | 48 { TMP422_DEVICE_ID, "tmp422" },
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed.c | 921 #define TYPE_TMP422 "tmp422"
|