Home
last modified time | relevance | path

Searched refs:t_min (Results 1 – 15 of 15) sorted by relevance

/drivers/hwmon/
Dlm77.c49 t_min, enumerator
57 [t_min] = LM77_REG_TEMP_MIN,
157 temp = nr == t_min ? data->temp[nr] + data->temp[t_hyst] : in show_temp_hyst()
223 t_min);
229 static SENSOR_DEVICE_ATTR(temp1_min_hyst, S_IRUGO, show_temp_hyst, NULL, t_min);
Dlm92.c92 t_min, enumerator
101 [t_min] = LM92_REG_TEMP_LOW,
188 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[t_min]) in show_temp_min_hyst()
237 t_min);
Djc42.c180 t_min, enumerator
188 [t_min] = JC42_REG_TEMP_LOWER,
362 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO, show_temp, set_temp, t_min);
/drivers/leds/
Dleds-lm3533.c200 static u8 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, in time_to_val() argument
205 val = (*t + t_step / 2 - t_min) / t_step + v_min; in time_to_val()
207 *t = t_step * (val - v_min) + t_min; in time_to_val()
/drivers/gpu/drm/radeon/
Dsi_dpm.h203 u32 t_min; member
Dci_dpm.h295 u32 t_min; member
Dsi_dpm.c6065 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode()
6105 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table()
6114 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table()
6333 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
Dci_dpm.c941 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode()
981 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table()
990 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table()
1221 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
Dr600_dpm.c894 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
Dradeon.h1508 u16 t_min; member
/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.h295 u32 t_min; member
Damdgpu_dpm.c337 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
Dci_dpm.c1059 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode()
1100 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table()
1109 fan_table.TempMin = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table()
1347 tmp |= pi->t_min << CG_FDO_CTRL2__TMIN__SHIFT; in ci_fan_ctrl_set_default_mode()
Damdgpu.h1533 u16 t_min; member
/drivers/media/platform/exynos-gsc/
Dgsc-core.c353 u32 t_min, t_max; in gsc_set_prefbuf() local
355 t_min = min3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf()
356 if (get_plane_info(frm, t_min, &low_plane, &low_addr)) in gsc_set_prefbuf()