Home
last modified time | relevance | path

Searched full:adt7473 (Results 1 – 11 of 11) sorted by relevance

/linux-5.10/Documentation/hwmon/
Dadt7475.rst6 * 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
154 The nVidia binary driver presents an ADT7473 chip via an on-card i2c bus.
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dic.c61 { { 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-5.10/Documentation/devicetree/bindings/hwmon/
Dadt7475.yaml13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple
23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF
34 - adi,adt7473
/linux-5.10/drivers/hwmon/
Dadt7475.c158 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator
161 { "adt7473", adt7473 },
171 .compatible = "adi,adt7473",
172 .data = (void *)adt7473
1329 name = "adt7473"; in adt7475_detect()
1338 "Couldn't detect an ADT7473/75/76/90 part at " in adt7475_detect()
1499 } else if (chip == adt7473 || chip == adt7475) { in load_attenuators()
1546 [adt7473] = "ADT7473", in adt7475_probe()
1592 /* Meaning of this bit is inverted for the ADT7473-1 */ in adt7475_probe()
1593 if (id->driver_data == adt7473 && revision >= 1) in adt7475_probe()
DKconfig249 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490"
254 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring
/linux-5.10/arch/arm/boot/dts/
Darmada-xp-lenovo-ix4-300d.dts67 adt7473@2e {
68 compatible = "adi,adt7473";
/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dpptable_v1_0.h49 #define ATOM_TONGA_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL 0x89 /* ADT7473 Fan Control + In…
/linux-5.10/drivers/gpu/drm/radeon/
Dpptable.h71 #define ATOM_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL 0x89 // ADT7473 Fan Control + Internal…
Dradeon_atombios.c2008 "adt7473",
2330 DRM_INFO("ADT7473 with internal thermal controller %s fan control\n", in radeon_atombios_add_pplib_thermal_controller()
/linux-5.10/drivers/gpu/drm/amd/include/
Dpptable.h75 #define ATOM_PP_THERMALCONTROLLER_ADT7473_WITH_INTERNAL 0x89 // ADT7473 Fan Control + Internal…
/linux-5.10/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c753 "adt7473",
840 DRM_INFO("ADT7473 with internal thermal controller %s fan control\n", in amdgpu_add_thermal_controller()