Home
last modified time | relevance | path

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

/Linux-v6.1/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
66 Configures the function for pin 5 on the adi,adt7473 and adi,adt7475. Or
75 Configures the function for pin 9 on the adi,adt7473 and adi,adt7475. Or
/Linux-v6.1/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.rst39 adt7475
/Linux-v6.1/drivers/hwmon/
Dadt7475.c3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives
125 /* ADT7475 Settings */
160 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator
164 { "adt7475", adt7475 },
177 .compatible = "adi,adt7475",
178 .data = (void *)adt7475
1333 name = "adt7475"; in adt7475_detect()
1529 case adt7475: in load_config()
1590 case adt7475: in load_attenuators()
1636 [adt7475] = "ADT7475", in adt7475_probe()
[all …]
DMakefile48 obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o
DKconfig238 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
243 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
247 will be called adt7475.
/Linux-v6.1/
DMAINTAINERS572 ADT7475 HARDWARE MONITOR DRIVER
576 F: Documentation/hwmon/adt7475.rst
577 F: drivers/hwmon/adt7475.c