Home
last modified time | relevance | path

Searched full:tmp422 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/hwmon/
H A Dtmp421.rst14 * 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 Dti,tmp421.yaml14 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 Dtmp421.c11 * 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 DKconfig2145 TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.
/openbmc/qemu/hw/sensor/
H A Dtmp421.c48 { TMP422_DEVICE_ID, "tmp422" },
/openbmc/qemu/hw/arm/
H A Daspeed.c921 #define TYPE_TMP422 "tmp422"