Home
last modified time | relevance | path

Searched refs:ucI2cLine (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_pptable.h312 UCHAR ucI2cLine; /* as interpreted by DAL I2C */ member
Dpptable_v1_0.h351 UCHAR ucI2cLine; /* as interpreted by DAL I2C */ member
Dvega10_processpptables.c137 hwmgr->thermal_controller.ucI2cLine = thermal_controller->ucI2cLine; in init_thermal_controller()
Dprocess_pptables_v1_0.c923 hwmgr->thermal_controller.ucI2cLine = thermal_controller->ucI2cLine; in init_thermal_controller()
Dprocesspptables.c989 hwmgr->thermal_controller.ucI2cLine = in init_thermal_controller()
990 powerplay_table->sThermalController.ucI2cLine; in init_thermal_controller()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dpptable.h32 UCHAR ucI2cLine; // as interpreted by DAL I2C member
Dradeon_atombios.c2349 i2c_bus = radeon_lookup_i2c_gpio(rdev, controller->ucI2cLine); in radeon_atombios_add_pplib_thermal_controller()
/linux-6.1.9/drivers/gpu/drm/amd/include/
Dpptable.h32 UCHAR ucI2cLine; // as interpreted by DAL I2C member
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h719 uint8_t ucI2cLine; member
/linux-6.1.9/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c791 i2c_bus = amdgpu_atombios_lookup_i2c_gpio(adev, controller->ucI2cLine); in amdgpu_add_thermal_controller()