| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | disjoint_segment_box.hpp | 114 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 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);
|
| H A 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()
|
| H A 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);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.h | 203 u32 t_min; member
|
| H A D | ci_dpm.h | 296 u32 t_min; member
|
| H A D | si_dpm.c | 5999 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 D | ci_dpm.c | 929 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 D | r600_dpm.c | 896 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
|
| H A D | radeon.h | 1499 u16 t_min; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 260 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 D | cyttsp5_regs.h | 803 int t_min; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | amdgpu_dpm.h | 233 u16 t_min; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | si_dpm.h | 1010 u32 t_min; member
|
| H A D | si_dpm.c | 6431 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 D | amdgpu_dpm.c | 309 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
|