Searched +full:adt7476 +full:- +full:d (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/ |
D | adt7475.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jean Delvare <jdelvare@suse.com> 13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple 23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF 24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF 25 https://www.onsemi.com/pub/Collateral/ADT7476-D.PDF 26 https://www.onsemi.com/pub/Collateral/ADT7490-D.PDF 34 - adi,adt7473 [all …]
|
/Linux-v5.10/drivers/hwmon/ |
D | adt7475.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives 4 * Copyright (C) 2007-2008, Advanced Micro Devices, Inc. 18 #include <linux/hwmon-sysfs.h> 19 #include <linux/hwmon-vid.h> 37 * These are unique identifiers for the sysfs functions - unlike the 66 #define REG_VID 0x43 /* ADT7476 only */ 107 #define VID_VIDSEL 0x80 /* ADT7476 only */ 121 #define CONFIG5_VIDGPIO 0x10 /* ADT7476 only */ 158 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 20 sensors-detect script from the lm_sensors package. Read 21 <file:Documentation/hwmon/userspace-tools.rst> for details. 52 will be called abx500-temp. 249 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" 254 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring 267 will be called as370-hwmon. 290 will be called axi-fan-control 299 lm-sensors 2.10.1 for proper userspace support. 348 Only Intel-based Apple's computers are supported (MacBook Pro, [all …]
|