Lines Matching refs:correction
26 * controls have a target correction calculated as :
31 * OD Fan control correction.
41 * HD Fan control correction.
51 * CPU Fan control correction.
63 * Some controls have a target correction which depends on another
64 * control value. The correction is computed in the following way :
85 * In order to have the moste efficient correction with those
311 /* CPUFREQ has no correction (and is not implemented at all) */
317 struct pm121_correction correction;
346 * writing virtual control, we store the control correction with the
462 /* correction the value using the output-low-bound correction algo */
468 struct pm121_correction *correction;
469 correction = &corrections[control_id][pm121_mach_model - 2];
471 new_min = (average_power * correction->slope) >> 16;
472 new_min += correction->offset;
485 new_min = value * pm121_connection->correction.slope;
486 new_min += pm121_connection->correction.offset;
615 /* correction */
757 /* correction */
762 /* connected correction */