Searched refs:t_min (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
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);
|
D | jc42.c | 195 t_min, enumerator 203 [t_min] = JC42_REG_TEMP_LOWER, 281 *val = jc42_temp_from_reg(data->temp[t_min]); in jc42_read() 327 data->temp[t_min] = jc42_temp_to_reg(val, data->extended); in jc42_write() 328 ret = i2c_smbus_write_word_swapped(client, temp_regs[t_min], in jc42_write() 329 data->temp[t_min]); in jc42_write()
|
D | lm92.c | 84 t_min, enumerator 93 [t_min] = LM92_REG_TEMP_LOW, 183 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[t_min]) in temp1_min_hyst_show() 230 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp, t_min);
|
/Linux-v5.4/drivers/leds/ |
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-v5.4/drivers/gpu/drm/radeon/ |
D | si_dpm.h | 203 u32 t_min; member
|
D | ci_dpm.h | 296 u32 t_min; member
|
D | si_dpm.c | 6017 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6057 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6066 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6285 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|
D | ci_dpm.c | 944 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode() 984 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table() 993 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table() 1224 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
|
D | r600_dpm.c | 896 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
|
D | radeon.h | 1494 u16 t_min; member
|
/Linux-v5.4/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 353 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()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 233 u16 t_min; member
|
D | si_dpm.h | 1010 u32 t_min; member
|
D | amdgpu_dpm.c | 304 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
|
D | si_dpm.c | 6452 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6492 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6501 fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6717 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|