Searched full:adt7473 (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/hwmon/ |
H A D | adt7475.rst | 6 * Analog Devices ADT7473 8 Prefix: 'adt7473' 48 This driver implements support for the Analog Devices ADT7473, ADT7475, 49 ADT7476 and ADT7490 chip family. The ADT7473 and ADT7475 differ only in 80 ADT7473: 102 in ADT7490 ADT7476 ADT7475 ADT7473 155 The nVidia binary driver presents an ADT7473 chip via an on-card i2c bus.
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adt7475.yaml | 13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple 23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF 34 - adi,adt7473 85 Configures the function for pin 5 on the adi,adt7473 and adi,adt7475. Or 94 Configures the function for pin 9 on the adi,adt7473 and adi,adt7475. Or
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | ic.c | 61 { { I2C_BOARD_INFO("adt7473", 0x2e) }, 40 }, 62 { { I2C_BOARD_INFO("adt7473", 0x2d) }, 40 }, 63 { { I2C_BOARD_INFO("adt7473", 0x2c) }, 40 }, 109 { { I2C_BOARD_INFO("adt7473", extdev_entry.addr >> 1) }, 20 }, in nvkm_therm_ic_ctor()
|
/linux/drivers/hwmon/ |
H A D | adt7475.c | 165 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator 168 { "adt7473", adt7473 }, 178 .compatible = "adi,adt7473", 179 .data = (void *)adt7473 1355 name = "adt7473"; in adt7475_detect() 1364 "Couldn't detect an ADT7473/75/76/90 part at " in adt7475_detect() 1564 case adt7473: in load_config() 1625 case adt7473: in load_attenuators() 1794 [adt7473] = "ADT7473", in adt7475_probe() 1840 /* Meaning of this bit is inverted for the ADT7473-1 */ in adt7475_probe() [all …]
|
H A D | Kconfig | 236 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" 241 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-xp-lenovo-ix4-300d.dts | 67 adt7473@2e { 68 compatible = "adi,adt7473";
|
/linux/drivers/gpu/drm/radeon/ |
H A D | pptable.h | 71 #define ATOM_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL 0x89 // ADT7473 Fan Control + Internal…
|
H A D | radeon_atombios.c | 2006 "adt7473", 2338 DRM_INFO("ADT7473 with internal thermal controller %s fan control\n", in radeon_atombios_add_pplib_thermal_controller()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pptable_v1_0.h | 49 #define ATOM_TONGA_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL 0x89 /* ADT7473 Fan Control + In…
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 661 "adt7473", 748 DRM_INFO("ADT7473 with internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()
|