Lines Matching refs:scroll_accel
119 * @scroll_accel: Number of consecutive scroll motions.
129 int scroll_accel;
207 msc->scroll_accel = SCROLL_ACCEL_DEFAULT;
266 ((64 - (int)scroll_speed) * msc->scroll_accel) /
285 msc->scroll_accel = max_t(int,
286 msc->scroll_accel - 1, 1);
288 msc->scroll_accel = SCROLL_ACCEL_DEFAULT;
292 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel;
295 (64 - scroll_speed) * msc->scroll_accel;
300 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel;
303 (64 - scroll_speed) * msc->scroll_accel;
809 msc->scroll_accel = SCROLL_ACCEL_DEFAULT;