Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dlm77.c40 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);
Djc42.c205 t_min, enumerator
213 [t_min] = JC42_REG_TEMP_LOWER,
291 *val = jc42_temp_from_reg(data->temp[t_min]); in jc42_read()
337 data->temp[t_min] = jc42_temp_to_reg(val, data->extended); in jc42_write()
338 ret = i2c_smbus_write_word_swapped(client, temp_regs[t_min], in jc42_write()
339 data->temp[t_min]); in jc42_write()
Dlm92.c84 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-v6.1/drivers/leds/
Dleds-lm3533.c182 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-v6.1/drivers/gpu/drm/radeon/
Dsi_dpm.h203 u32 t_min; member
Dci_dpm.h296 u32 t_min; member
Dci_dpm.c919 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode()
959 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table()
968 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table()
1199 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
Dsi_dpm.c5997 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode()
6037 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table()
6046 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table()
6265 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
Dr600_dpm.c896 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
Dradeon.h1529 u16 t_min; member
/Linux-v6.1/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.c352 u32 t_min, t_max; in gsc_set_prefbuf() local
354 t_min = min3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf()
355 if (get_plane_info(frm, t_min, &low_plane, &low_addr)) in gsc_set_prefbuf()
/Linux-v6.1/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h220 u16 t_min; member
/Linux-v6.1/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.h1017 u32 t_min; member
Dlegacy_dpm.c243 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
Dsi_dpm.c6471 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode()
6511 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table()
6520 fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table()
6746 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()