Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlm77.c42 t_hyst, enumerator
51 [t_hyst] = LM77_REG_TEMP_HYST,
148 temp = nr == t_min ? data->temp[nr] + data->temp[t_hyst] : in temp_hyst_show()
149 data->temp[nr] - data->temp[t_hyst]; in temp_hyst_show()
196 data->temp[t_hyst] = val; in temp_hyst_store()
198 LM77_TEMP_TO_REG(data->temp[t_hyst])); in temp_hyst_store()
/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h232 u8 t_hyst; member
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c242 adev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in amdgpu_parse_extended_power_table()
H A Dsi_dpm.c6524 fan_table.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()
/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c893 rdev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in r600_parse_extended_power_table()
H A Dradeon.h1496 u8 t_hyst; member
H A Dci_dpm.c972 fan_table.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in ci_thermal_setup_fan_table()
H A Dsi_dpm.c6011 fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()