Home
last modified time | relevance | path

Searched refs:interpolate (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c248 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o)
513 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], in nv17_tv_update_properties()
515 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22], in nv17_tv_update_properties()
562 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler()
564 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler()
Dtvnv17.h117 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
Dch7006_mode.c223 black_level = interpolate(90, black_level, 208, priv->brightness); in ch7006_setup_levels()
337 flicker = interpolate(0, 2, 3, priv->flicker); in ch7006_setup_properties()
342 contrast = interpolate(0, 5, 7, priv->contrast); in ch7006_setup_properties()
Dch7006_priv.h158 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c2963 static int interpolate(int x, int xa, int xb, int ya, int yb) in interpolate() function
4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate()
5066 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5072 temperature[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5078 voltage[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5084 nf_cal[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
5090 nf_pwr[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
/kernel/linux/linux-5.10/drivers/power/supply/
Dab8500_fg.c57 #define interpolate(x, x1, y1, x2, y2) \ macro
869 cap = interpolate(voltage, in ab8500_fg_volt_to_capacity()
921 resist = interpolate(di->bat_temp / 10, in ab8500_fg_battery_resistance()
/kernel/linux/linux-5.10/Documentation/
Dmemory-barriers.txt2157 interpolate the memory barrier in the right place:
2255 code on both sides must interpolate its own memory barriers between the
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch14764 + * order bits may be used to interpolate between the nearest points in 3D
14788 - * choose to interpolate between LUT[0] and LUT[4]).
14793 + * interpolate between LUT[0] and LUT[4]).
29680 + brightness = interpolate(0, -128, 100, 127, s->tv_state->brightness);
29682 + brightness = interpolate(0, -64, 100, 63, s->tv_state->brightness);
29684 + brightness = interpolate(0, -32, 100, 31, s->tv_state->brightness);
29692 + contrast = interpolate(0, 0, 100, 511, s->tv_state->contrast);
29693 + saturation = interpolate(0, 0, 100, 511, s->tv_state->saturation);
29702 + hue = interpolate(0, -30, 100, 30, s->tv_state->hue);
29715 + contrast = interpolate(0, 0, 100, 255, s->tv_state->contrast);
[all …]