Home
last modified time | relevance | path

Searched full:adt7475 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/hwmon/
Dadt7475.yaml4 $id: http://devicetree.org/schemas/hwmon/adt7475.yaml#
7 title: ADT7475 hwmon sensor
13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple
24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF
35 - adi,adt7475
/Linux-v5.10/Documentation/hwmon/
Dadt7475.rst1 Kernel driver adt7475
14 * Analog Devices ADT7475
16 Prefix: 'adt7475'
48 This driver implements support for the Analog Devices ADT7473, ADT7475,
49 ADT7476 and ADT7490 chip family. The ADT7473 and ADT7475 differ only in
84 ADT7475:
102 in ADT7490 ADT7476 ADT7475 ADT7473
Dindex.rst41 adt7475
/Linux-v5.10/drivers/hwmon/
Dadt7475.c3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives
123 /* ADT7475 Settings */
158 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator
162 { "adt7475", adt7475 },
175 .compatible = "adi,adt7475",
176 .data = (void *)adt7475
1331 name = "adt7475"; in adt7475_detect()
1499 } else if (chip == adt7473 || chip == adt7475) { in load_attenuators()
1547 [adt7475] = "ADT7475", in adt7475_probe()
1656 case adt7475: in adt7475_probe()
[all …]
DMakefile47 obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o
DKconfig249 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
254 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
258 will be called adt7475.
/Linux-v5.10/
DMAINTAINERS550 ADT7475 HARDWARE MONITOR DRIVER
554 F: Documentation/hwmon/adt7475.rst
555 F: drivers/hwmon/adt7475.c