Lines Matching refs:hysteresis
34 static int hysteresis = HYSTERESIS_DEFAULT;
35 module_param(hysteresis, int, 0444);
36 MODULE_PARM_DESC(hysteresis,
99 /* Use hysteresis before lowering speed again */
101 if (temp <= (temp_limits[i] - hysteresis))
139 if (hysteresis < 1000 || hysteresis > 10000) {
140 dev_err(&pdev->dev, "Invalid hysteresis %d (must be between 1000 and 10000)\n",
141 hysteresis);
142 hysteresis = HYSTERESIS_DEFAULT;