Searched refs:slopes (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.c860 static u16 slopes_to_scale(const struct slope *slopes, u8 num, s16 val) argument
866 if (val > slopes[i].range)
867 rest = slopes[i].range;
870 ret += (rest * slopes[i].slope) / slopes[i].range;

Completed in 183 milliseconds