Searched refs:t_min (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | lm77.c | 49 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);
|
D | jc42.c | 208 t_min, enumerator 216 [t_min] = JC42_REG_TEMP_LOWER, 294 *val = jc42_temp_from_reg(data->temp[t_min]); in jc42_read() 340 data->temp[t_min] = jc42_temp_to_reg(val, data->extended); in jc42_write() 341 ret = i2c_smbus_write_word_swapped(client, temp_regs[t_min], in jc42_write() 342 data->temp[t_min]); in jc42_write()
|
D | lm92.c | 93 t_min, enumerator 102 [t_min] = LM92_REG_TEMP_LOW, 189 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[t_min]) in temp1_min_hyst_show() 238 t_min);
|
/Linux-v4.19/drivers/leds/ |
D | leds-lm3533.c | 186 static u8 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, in time_to_val() argument 191 val = (*t + t_step / 2 - t_min) / t_step + v_min; in time_to_val() 193 *t = t_step * (val - v_min) + t_min; in time_to_val()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | si_dpm.h | 203 u32 t_min; member
|
D | ci_dpm.h | 295 u32 t_min; member
|
D | si_dpm.c | 6012 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6052 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6061 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6280 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|
D | ci_dpm.c | 942 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode() 982 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table() 991 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table() 1222 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
|
D | r600_dpm.c | 897 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
|
D | radeon.h | 1498 u16 t_min; member
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | ci_dpm.h | 296 u32 t_min; member
|
D | amdgpu_dpm.h | 219 u16 t_min; member
|
D | si_dpm.h | 1010 u32 t_min; member
|
D | amdgpu_dpm.c | 360 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
|
D | ci_dpm.c | 1081 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode() 1122 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table() 1131 fan_table.TempMin = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table() 1377 tmp |= pi->t_min << CG_FDO_CTRL2__TMIN__SHIFT; in ci_fan_ctrl_set_default_mode()
|
D | si_dpm.c | 6449 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6489 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6498 fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6714 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 379 u32 t_min, t_max; in gsc_set_prefbuf() local 381 t_min = min3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf() 382 if (get_plane_info(frm, t_min, &low_plane, &low_addr)) in gsc_set_prefbuf()
|