Searched defs:slope (Results 1 - 10 of 10) sorted by last modified time

/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.h257 * @slope: sensor gradient slope info for hotspot extrapolation equation
259 * @slope_pcb: sensor gradient slope info for hotspot extrapolation equation
277 const int slope; member in struct:ti_temp_sensor
H A Dti-thermal-common.c65 * @s: omap sensor slope value
86 int ret, tmp, slope, constant; local
100 slope = s->slope;
109 slope = s->slope_pcb;
117 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant);
/drivers/staging/media/davinci_vpfe/
H A Ddavinci_vpfe_user.h679 /* DPC3.0 detection threshold slope, SLP */
687 /* DPC3.0 correction threshold slope, SLP */
785 unsigned short slope; member in struct:vpfe_ipipe_gic
835 /* 2Dir CFA HP value slope */
839 /* 2Dir CFA HP mix slope */
843 /* 2Dir Direction slope */
853 /* DAA Mono threshold slope */
855 /* DAA Mono slope minimum */
857 /* DAA Mono slope slope */
907 short slope; member in struct:vpfe_ipipe_gamma_entry
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c371 int32_t delta, currPDADC, slope; local
384 slope = ah->eep_ops->get_eeprom(ah, EEP_TEMPSENSE_SLOPE);
386 if (slope == 0) { /* to avoid divide by zero case */
389 delta = ((currPDADC - ah->initPDADC)*4) / slope;
/drivers/platform/x86/
H A Dintel_ips.c847 u64 slope, offset; local
853 slope = offset = thm_readw(THM_MGTA);
854 slope = (slope & MGTA_SLOPE_MASK) >> MGTA_SLOPE_SHIFT;
857 ret = ((val * slope + 0x40) >> 7) + offset;
864 u16 val, slope, offset; local
866 slope = (ips->pta_val & PTA_SLOPE_MASK) >> PTA_SLOPE_SHIFT;
/drivers/hwmon/
H A Dlm93.c360 const long slope = (uv_max - uv_min) / local
362 const long intercept = uv_min - slope * lm93_vin_reg_min[nr];
364 return (slope * reg + intercept + 500) / 1000;
383 const long slope = (uv_max - uv_min) / local
385 const long intercept = uv_min - slope * lm93_vin_reg_min[nr];
387 u8 result = ((uv - intercept + (slope/2)) / slope);
/drivers/macintosh/
H A Dwindfarm_pm121.c33 * new_min = ((((average_power * slope) >> 16) + offset) >> 16) + min_value
40 * slope : 1956315
44 * slope : 1565065
50 * slope : 1565065
54 * slope : 1956315
60 * slope : 2543190
64 * slope : 1565065
72 * new_min = ref_value * slope + offset
84 * slope : 1565065
90 * slope
284 int slope; member in struct:pm121_correction
[all...]
/drivers/media/dvb-frontends/
H A Ddib0090.c866 struct slope { struct
868 s16 slope; member in struct:slope
870 static u16 slopes_to_scale(const struct slope *slopes, u8 num, s16 val)
880 ret += (rest * slopes[i].slope) / slopes[i].range;
886 static const struct slope dib0090_wbd_slopes[3] = {
H A Ddrxd_hard.c606 u16 slope, offset; local
630 slope = (u16) ((cfg->maxOutputLevel -
635 status = Write16(state, FE_AG_REG_GC1_AGC_RIC__A, slope, 0);
/drivers/media/platform/omap3isp/
H A Dispresizer.h73 u8 slope; /* slope. */ member in struct:resizer_luma_yenh

Completed in 275 milliseconds