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