Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dlm92.c95 t_hyst, enumerator
104 [t_hyst] = LM92_REG_TEMP_HYST,
182 - TEMP_FROM_REG(data->temp[t_hyst])); in show_temp_hyst()
190 + TEMP_FROM_REG(data->temp[t_hyst])); in temp1_min_hyst_show()
209 data->temp[t_hyst] = in set_temp_hyst()
212 data->temp[t_hyst]); in set_temp_hyst()
Dlm77.c51 t_hyst, enumerator
60 [t_hyst] = LM77_REG_TEMP_HYST,
157 temp = nr == t_min ? data->temp[nr] + data->temp[t_hyst] : in show_temp_hyst()
158 data->temp[nr] - data->temp[t_hyst]; in show_temp_hyst()
204 data->temp[t_hyst] = val; in set_temp_hyst()
206 LM77_TEMP_TO_REG(data->temp[t_hyst])); in set_temp_hyst()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.h225 u8 t_hyst; member
Damdgpu_dpm.c359 adev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in amdgpu_parse_extended_power_table()
Dci_dpm.c1140 fan_table.HystDown = cpu_to_be16(adev->pm.dpm.fan.t_hyst); in ci_thermal_setup_fan_table()
Dsi_dpm.c6504 fan_table.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dr600_dpm.c896 rdev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in r600_parse_extended_power_table()
Dradeon.h1504 u8 t_hyst; member
Dsi_dpm.c6070 fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()
Dci_dpm.c1000 fan_table.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in ci_thermal_setup_fan_table()