Searched refs:t_min (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | lm77.c | 40 t_min, enumerator 48 [t_min] = LM77_REG_TEMP_MIN, 148 temp = nr == t_min ? data->temp[nr] + data->temp[t_hyst] : in temp_hyst_show() 213 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp, t_min); 217 static SENSOR_DEVICE_ATTR_RO(temp1_min_hyst, temp_hyst, t_min);
|
| /linux/drivers/leds/ |
| H A D | leds-lm3533.c | 182 static u8 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, in time_to_val() argument 187 val = (*t + t_step / 2 - t_min) / t_step + v_min; in time_to_val() 189 *t = t_step * (val - v_min) + t_min; in time_to_val()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.h | 196 u32 t_min; member
|
| H A D | ci_dpm.h | 294 u32 t_min; member
|
| H A D | si_dpm.c | 5958 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 5998 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6007 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6226 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|
| H A D | ci_dpm.c | 914 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode() 954 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table() 963 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table() 1194 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
|
| H A D | r600_dpm.c | 893 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
|
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 316 size_t base = 36, t_min = 1, t_max = 26, skew = 38, damp = 700, bias = 72, i = 0, n = 0x80; in punycode_decode() local 322 size_t t = MIN(MAX(biased, t_min), t_max); in punycode_decode() 387 while (delta > ((base - t_min) * t_max) / 2) { in punycode_decode() 388 delta /= base - t_min; in punycode_decode() 391 bias = k + ((base - t_min + 1) * delta) / (delta + skew); in punycode_decode()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-core.c | 351 u32 t_min, t_max; in gsc_set_prefbuf() local 353 t_min = min3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf() 354 if (get_plane_info(frm, t_min, &low_plane, &low_addr)) in gsc_set_prefbuf()
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | legacy_dpm.c | 217 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
|
| H A D | si_dpm.c | 6514 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6554 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6563 fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6789 tmp |= si_pi->t_min << CG_FDO_CTRL2__TMIN__SHIFT; in si_fan_ctrl_set_default_mode()
|