Home
last modified time | relevance | path

Searched refs:slopes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/Documentation/hwmon/
Dnct6775180 This mode offers multiple slopes to control the fan speed. The slopes can be
/Linux-v4.19/drivers/media/dvb-frontends/
Ddib0090.c872 static u16 slopes_to_scale(const struct slope *slopes, u8 num, s16 val) in slopes_to_scale() argument
878 if (val > slopes[i].range) in slopes_to_scale()
879 rest = slopes[i].range; in slopes_to_scale()
882 ret += (rest * slopes[i].slope) / slopes[i].range; in slopes_to_scale()