Searched defs:interpolate (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ | 
| D | tvnv17.h | 117 static inline int interpolate(int y0, int y1, int y2, int x)  in interpolate()  function
  | 
| /linux-4.1.27/drivers/gpu/drm/i2c/ | 
| D | ch7006_priv.h | 158 static inline int interpolate(int y0, int y1, int y2, int x)  in interpolate()  function
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath9k/ | 
| D | ar9003_eeprom.c | 2964 static int interpolate(int x, int xa, int xb, int ya, int yb)  in interpolate()  function
  | 
| /linux-4.1.27/drivers/power/ | 
| D | ab8500_fg.c | 57 #define interpolate(x, x1, y1, x2, y2) \  macro
  |