/linux/drivers/thermal/qcom/ |
H A D | tsens-v0_1.c | 212 priv->sensor[0].slope = 2901; in init_8226() 213 priv->sensor[1].slope = 2846; in init_8226() 214 priv->sensor[2].slope = 3038; in init_8226() 215 priv->sensor[3].slope = 2955; in init_8226() 216 priv->sensor[4].slope = 2901; in init_8226() 217 priv->sensor[5].slope = 2846; in init_8226() 227 priv->sensor[i].slope = 3000; in init_8909() 244 priv->sensor[0].slope = 2911; in init_8939() 245 priv->sensor[1].slope = 2789; in init_8939() 246 priv->sensor[2].slope = 2906; in init_8939() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_cm_common.c | 164 /* corner_points[0] - beginning base, slope offset for R,G,B in cm_helper_convert_to_custom_float() 165 * corner_points[1] - end base, slope offset for R,G,B in cm_helper_convert_to_custom_float() 199 if (!convert_to_custom_float_format(corner_points[0].red.slope, &fmt, in cm_helper_convert_to_custom_float() 204 if (!convert_to_custom_float_format(corner_points[0].green.slope, &fmt, in cm_helper_convert_to_custom_float() 209 if (!convert_to_custom_float_format(corner_points[0].blue.slope, &fmt, in cm_helper_convert_to_custom_float() 259 if (!convert_to_custom_float_format(corner_points[1].red.slope, &fmt, in cm_helper_convert_to_custom_float() 264 if (!convert_to_custom_float_format(corner_points[1].green.slope, &fmt, in cm_helper_convert_to_custom_float() 269 if (!convert_to_custom_float_format(corner_points[1].blue.slope, &fmt, in cm_helper_convert_to_custom_float() 437 corner_points[0].red.slope = dc_fixpt_div(corner_points[0].red.y, in cm_helper_translate_curve_to_hw_format() 439 corner_points[0].green.slope = dc_fixpt_div(corner_points[0].green.y, in cm_helper_translate_curve_to_hw_format() [all …]
|
/linux/tools/testing/selftests/timers/ |
H A D | freq-step.c | 112 double *slope, double *r_stddev, double *r_max) in regress() argument 129 *slope = (xy_sum - x_sum * y_sum / n) / (x2_sum - x_sum * x_sum / n); in regress() 130 *intercept = (y_sum - *slope * x_sum) / n; in regress() 137 r = fabs(x * *slope + *intercept - y); in regress() 149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local 173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 174 mono_freq_offset = slope; in run_test() 180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 181 freq_error1 = slope * (1.0 - mono_freq_offset) - mono_freq_offset - in run_test() 184 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test() [all …]
|
/linux/include/linux/iio/adc/ |
H A D | qcom-vadc-common.h | 70 * @dy: numerator slope to calculate the gain. 71 * @dx: denominator slope to calculate the gain. 93 * voltage (uV) with hardware applied offset/slope values to adc code. 95 * lookup table. The hardware applies offset/slope to adc code. 97 * 100k pullup. The hardware applies offset/slope to adc code. 99 * lookup table for PMIC7. The hardware applies offset/slope to adc code. 101 * The hardware applies offset/slope to adc code. 103 * The hardware applies offset/slope to adc code. This is for PMIC7.
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_cm_common.c | 61 REG_SET(reg->start_slope_cntl_b, 0, //linear slope at start of curve in cm_helper_program_gamcor_xfer_func() 209 corner_points[0].red.slope = dc_fixpt_div(corner_points[0].red.y, in cm3_helper_translate_curve_to_hw_format() 211 corner_points[0].green.slope = dc_fixpt_div(corner_points[0].green.y, in cm3_helper_translate_curve_to_hw_format() 213 corner_points[0].blue.slope = dc_fixpt_div(corner_points[0].blue.y, in cm3_helper_translate_curve_to_hw_format() 222 corner_points[1].red.slope = dc_fixpt_zero; in cm3_helper_translate_curve_to_hw_format() 223 corner_points[1].green.slope = dc_fixpt_zero; in cm3_helper_translate_curve_to_hw_format() 224 corner_points[1].blue.slope = dc_fixpt_zero; in cm3_helper_translate_curve_to_hw_format() 226 // DCN3+ have 257 pts in lieu of no separate slope registers in cm3_helper_translate_curve_to_hw_format() 227 // Prior HW had 256 base+slope pairs in cm3_helper_translate_curve_to_hw_format() 299 /* corner_points[0] - beginning base, slope offset for R,G,B in cm3_helper_convert_to_custom_float() [all …]
|
/linux/drivers/macintosh/ |
H A D | windfarm_pm121.c | 28 * new_min = ((((average_power * slope) >> 16) + offset) >> 16) + min_value 35 * slope : 1956315 39 * slope : 1565065 45 * slope : 1565065 49 * slope : 1956315 55 * slope : 2543190 59 * slope : 1565065 66 * new_min = ref_value * slope + offset 77 * slope : 1565065 83 * slope : 65536 [all …]
|
/linux/drivers/iio/humidity/ |
H A D | hts221_core.c | 261 int err, *slope, *b_gen, cal0, cal1; in hts221_parse_temp_caldata() local 291 slope = &hw->sensors[HTS221_SENSOR_T].slope; in hts221_parse_temp_caldata() 294 *slope = ((cal_y1 - cal_y0) * 8000) / (cal_x1 - cal_x0); in hts221_parse_temp_caldata() 304 int err, *slope, *b_gen, data; in hts221_parse_rh_caldata() local 330 slope = &hw->sensors[HTS221_SENSOR_H].slope; in hts221_parse_rh_caldata() 333 *slope = ((cal_y1 - cal_y0) * 8000) / (cal_x1 - cal_x0); in hts221_parse_rh_caldata() 350 data = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_scale() 354 data = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_scale() 380 div = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_offset() 384 div = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_offset()
|
H A D | hts221.h | 25 int slope, b_gen; member
|
/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 55 * @s: omap sensor slope value 76 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local 90 slope = thermal_zone_get_slope(tz); in __ti_thermal_get_temp() 99 slope = s->slope_pcb; in __ti_thermal_get_temp() 107 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
|
/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1246 * @a01: Slope A of Config Unit, s4.4, default 0. 1247 * @b01: Slope B, always 0. 1253 * slope A factor between points calculated by driver based on calibration 1261 * the CU slope values should be based on the slope resolution 1/16 (binary 1262 * 0.0001 - the minimal interval value), the slope value range is [-256, +255]. 1285 * @a01: slope A points 01, s4.4, default 0. 1286 * @a12: slope A points 12, s4.4, default 0. 1287 * @a23: slope A points 23, s4.4, default 0. 1289 * @a34: slope A points 34, s4.4, default 0. 1290 * @a45: slope A points 45, s4.4, default 0. [all …]
|
/linux/drivers/thermal/ |
H A D | thermal_helpers.c | 213 * thermal_zone_get_slope - return the slope attribute of the thermal zone 214 * @tz: thermal zone device with the slope attribute 216 * Return: If the thermal zone device has a slope attribute, return it, else 222 return tz->tzp->slope; in thermal_zone_get_slope()
|
/linux/include/uapi/linux/media/raspberrypi/ |
H A D | pisp_be_config.h | 143 * @slope_sharper: Slope/Sharper configuration 151 /* top bit is the "sharper" flag, slope value is bottom 10 bits */ 208 * @noise_slope: Noise slope value used for noise estimation 210 * @noise_slope2: Second slope value used for noise estimation 377 * @detail_slope: Slope value for threshold calculation 469 * @threshold_slope0: Slope multiplier for the filter 0 response calculation 473 * @threshold_slope1: Slope multiplier for the filter 0 response calculation 477 * @threshold_slope2: Slope multiplier for the filter 0 response calculation 481 * @threshold_slope3: Slope multiplier for the filter 0 response calculation 485 * @threshold_slope4: Slope multiplier for the filter 0 response calculation
|
/linux/drivers/leds/ |
H A D | leds-an30259a.c | 29 /* slope control registers */ 42 /* detention time control (length of each slope step) */ 136 /* slope time can only be a multiple of 500ms. */ in an30259a_blink_set() 174 /* slope time controls on/off cycle length. */ in an30259a_blink_set() 181 /* Finally, enable slope mode. */ in an30259a_blink_set()
|
/linux/drivers/hwmon/ |
H A D | amc6821.c | 133 * temps[1]: Low temperature, start slope calculations 146 int slope; in amc6821_get_auto_point_temps() local 155 /* slope is 32 >> <slope bits> in °C */ in amc6821_get_auto_point_temps() 156 slope = 32 >> FIELD_GET(AMC6821_TEMP_SLOPE_MASK, regvals[2]); in amc6821_get_auto_point_temps() 157 if (slope) in amc6821_get_auto_point_temps() 158 temps[2] = temps[1] + DIV_ROUND_CLOSEST(255 - regvals[0], slope); in amc6821_get_auto_point_temps() 538 * Set TEMP[0-4] (low temperature) and SLP[0-2] (slope) of local or remote
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | eeprom.c | 461 u16 val, slope; in mt76x2_get_temp_comp() local 475 slope = mt76x02_eeprom_get(dev, MT_EE_RF_TEMP_COMP_SLOPE_5G); in mt76x2_get_temp_comp() 478 slope = mt76x02_eeprom_get(dev, MT_EE_RF_TEMP_COMP_SLOPE_2G); in mt76x2_get_temp_comp() 483 t->high_slope = slope & 0xff; in mt76x2_get_temp_comp() 484 t->low_slope = slope >> 8; in mt76x2_get_temp_comp()
|
/linux/drivers/thermal/broadcom/ |
H A D | bcm2711_thermal.c | 37 int slope = thermal_zone_get_slope(tz); in bcm2711_get_temp() local 52 *temp = slope * val + offset; in bcm2711_get_temp()
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispresizer.h | 70 u8 slope; /* slope. */ member
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | igb.rst | 192 slope is expressed in the adapter's registers. It can only represent idle slopes 193 in 16.38431 kbps units, which means that if a idle slope of 2576kbps is 194 requested, the controller will be configured to use a idle slope of ~2589 kbps,
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stream.c | 863 long long slope = 0; in dc_stream_get_brightness_millinits_linear_interpolation() local 865 …slope = (stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[i… in dc_stream_get_brightness_millinits_linear_interpolation() 869 …int y_intercept = stream->lumin_data.luminance_millinits[index2] - slope * stream->lumin_data.refr… in dc_stream_get_brightness_millinits_linear_interpolation() 871 return (y_intercept + refresh_hz * slope); in dc_stream_get_brightness_millinits_linear_interpolation() 882 long long slope = 1; in dc_stream_get_refresh_hz_linear_interpolation() local 884 …slope = (stream->lumin_data.luminance_millinits[index2] - stream->lumin_data.luminance_millinits[i… in dc_stream_get_refresh_hz_linear_interpolation() 888 …int y_intercept = stream->lumin_data.luminance_millinits[index2] - slope * stream->lumin_data.refr… in dc_stream_get_refresh_hz_linear_interpolation() 890 return ((int)div64_s64((brightness_millinits - y_intercept), slope)); in dc_stream_get_refresh_hz_linear_interpolation()
|
/linux/net/sched/ |
H A D | sch_hfsc.c | 78 * representation. The slope values are scaled to avoid overflow. 79 * the inverse slope values as well as the y-projection of the 1st 85 u64 sm1; /* scaled slope of the 1st segment */ 86 u64 ism1; /* scaled inverse-slope of the 1st segment */ 89 u64 sm2; /* scaled slope of the 2nd segment */ 90 u64 ism2; /* scaled inverse-slope of the 2nd segment */ 97 u64 sm1; /* scaled slope of the 1st segment */ 98 u64 ism1; /* scaled inverse-slope of the 1st segment */ 101 u64 sm2; /* scaled slope of the 2nd segment */ 102 u64 ism2; /* scaled inverse-slope of the 2nd segment */ [all …]
|
/linux/drivers/iio/adc/ |
H A D | qcom-spmi-rradc.c | 304 int64_t *slope) in rradc_get_fab_coeff() argument 310 *slope = RR_ADC_CHG_TEMP_660_GF_SLOPE_UV_PER_C; in rradc_get_fab_coeff() 314 *slope = RR_ADC_CHG_TEMP_660_SMIC_SLOPE_UV_PER_C; in rradc_get_fab_coeff() 318 *slope = RR_ADC_CHG_TEMP_660_MGNA_SLOPE_UV_PER_C; in rradc_get_fab_coeff() 324 *slope = RR_ADC_CHG_TEMP_GF_SLOPE_UV_PER_C; in rradc_get_fab_coeff() 328 *slope = RR_ADC_CHG_TEMP_SMIC_SLOPE_UV_PER_C; in rradc_get_fab_coeff()
|
/linux/include/linux/ |
H A D | thermal.h | 185 * @slope: slope of a linear temperature adjustment curve. 188 int slope; member
|
/linux/net/ipv4/ |
H A D | tcp_nv.c | 102 u32 nv_min_rtt; /* active min rtt. Used to determine slope */ 361 /* Find the ideal cwnd for current rate from slope in tcpnv_acked() 362 * slope = 80000.0 * mss / nv_min_rtt in tcpnv_acked() 363 * cwnd_by_slope = nv_rtt_max_rate / slope in tcpnv_acked()
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | debugfs.c | 115 seq_printf(file, "\t slope:%02hhx\n", td->slope); in mt7601u_eeprom_param_show()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-thermal | 171 What: /sys/class/thermal/thermal_zoneX/slope 173 The slope constant used in a linear extrapolation model
|