Searched refs:avg_dy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c262 int avg_dy; member in struct:smoother
4222 smoother->avg_dy = 0;
4315 smoother->avg_dy =
4317 weight_prev_y * smoother->avg_dy) /
4321 "smoother%d: avg_dx~=%d, avg_dy~=%d\n", smoother_id,
4323 smoother->avg_dy / multiplicator));
4331 smoother->squelch_y += smoother->avg_dy;

Completed in 124 milliseconds