Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddisjoint_segment_box.hpp114 RelativeDistancePair& t_min, in apply()
123 if ( (geometry::math::equals(t_min.second, 0) in apply()
124 && t_min.first > ti_max) in apply()
135 RelativeDistance t_min_x_diff = t_min.first * diff; in apply()
138 if ( t_min_x_diff > ti_max * t_min.second in apply()
144 if ( ti_min * t_min.second > t_min_x_diff ) in apply()
146 t_min.first = ti_min; in apply()
147 t_min.second = diff; in apply()
155 if ( t_min.first > t_min.second || t_max.first < 0 ) in apply()
167 >::apply(p0, p1, box, t_min, t_max); in apply()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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);
H A Djc42.c195 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()
H A 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);
/OK3568_Linux_fs/kernel/drivers/leds/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsi_dpm.h203 u32 t_min; member
H A Dci_dpm.h296 u32 t_min; member
H A Dsi_dpm.c5999 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode()
6039 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table()
6048 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table()
6267 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
H A Dci_dpm.c929 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode()
969 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table()
978 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table()
1209 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
H A Dr600_dpm.c896 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
H A Dradeon.h1499 u16 t_min; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c260 if (t < md->t_min || t > md->t_max) { in cyttsp5_get_mt_touches()
280 t -= md->t_min; in cyttsp5_get_mt_touches()
656 md->t_min = MT_PARAM_MIN(md, CY_ABS_ID_OST); in cyttsp5_setup_input_device()
H A Dcyttsp5_regs.h803 int t_min; member
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h233 u16 t_min; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.h1010 u32 t_min; member
H A Dsi_dpm.c6431 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode()
6471 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table()
6480 fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table()
6696 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c309 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()