Home
last modified time | relevance | path

Searched full:tmp401 (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/Documentation/hwmon/
Dtmp401.rst1 Kernel driver tmp401
6 * Texas Instruments TMP401
8 Prefix: 'tmp401'
12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
62 This driver implements support for Texas Instruments TMP401, TMP411,
73 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
85 TMP432 is compatible with TMP401 and TMP431. It supports two external
88 TMP461 is compatible with TMP401. It supports offset correction
Dindex.rst172 tmp401
/kernel/linux/linux-6.6/Documentation/hwmon/
Dtmp401.rst1 Kernel driver tmp401
6 * Texas Instruments TMP401
8 Prefix: 'tmp401'
12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
56 This driver implements support for Texas Instruments TMP401, TMP411,
67 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
79 TMP432 is compatible with TMP401 and TMP431. It supports two external
Dindex.rst212 tmp401
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dti,tmp401.yaml4 $id: http://devicetree.org/schemas/hwmon/ti,tmp401.yaml#
7 title: TMP401, TPM411 and TMP43x temperature sensor
16 https://www.ti.com/lit/ds/symlink/tmp401.pdf
24 - ti,tmp401
59 - ti,tmp401
69 - ti,tmp401
88 compatible = "ti,tmp401";
/kernel/linux/linux-6.6/drivers/hwmon/
Dtmp401.c2 /* tmp401.c
14 * Driver for the Texas Instruments TMP401 SMBUS temperature sensor IC.
35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 }; enumerator
38 * The TMP401 registers, note some registers have different addresses for
94 { "tmp401", tmp401 },
579 if (data->kind == tmp401) { in tmp401_init_client()
580 dev_err(&data->client->dev, "ti,tmp401 does not support n-factor correction\n"); in tmp401_init_client()
594 if (data->kind == tmp401 || data->kind == tmp411) { in tmp401_init_client()
595 dev_err(&data->client->dev, "ti,tmp401 or ti,tmp411 does not support beta compensation\n"); in tmp401_init_client()
631 kind = tmp401; in tmp401_detect()
[all …]
DMakefile208 obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
DKconfig2109 tristate "Texas Instruments TMP401 and compatibles"
2113 If you say yes here you get support for Texas Instruments TMP401,
2117 will be called tmp401.
/kernel/linux/linux-5.10/drivers/hwmon/
Dtmp401.c2 /* tmp401.c
14 * Driver for the Texas Instruments TMP401 SMBUS temperature sensor IC.
37 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435, tmp461 }; enumerator
40 * The TMP401 registers, note some registers have different addresses for
121 { "tmp401", tmp401 },
638 kind = tmp401; in tmp401_detect()
689 "TMP401", "TMP411", "TMP431", "TMP432", "TMP435", "TMP461" in tmp401_probe()
704 /* Initialize the TMP401 chip */ in tmp401_probe()
734 { .compatible = "ti,tmp401", },
746 .name = "tmp401",
[all …]
DMakefile182 obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
DKconfig1847 tristate "Texas Instruments TMP401 and compatibles"
1850 If you say yes here you get support for Texas Instruments TMP401,
1854 will be called tmp401.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Daspeed-bmc-opp-mihawk.dts839 compatible = "ti,tmp401";
864 compatible = "ti,tmp401";
912 compatible = "ti,tmp401";
937 compatible = "ti,tmp401";
1004 compatible = "ti,tmp401";
1029 compatible = "ti,tmp401";
1077 compatible = "ti,tmp401";
1102 compatible = "ti,tmp401";
/kernel/linux/linux-6.6/
DMAINTAINERS21714 TMP401 HARDWARE MONITOR DRIVER
21718 F: Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml
21719 F: Documentation/hwmon/tmp401.rst
21720 F: drivers/hwmon/tmp401.c
/kernel/linux/linux-5.10/
DMAINTAINERS17657 TMP401 HARDWARE MONITOR DRIVER
17661 F: Documentation/hwmon/tmp401.rst
17662 F: drivers/hwmon/tmp401.c