Lines Matching refs:scroll_accel
109 * @scroll_accel: Number of consecutive scroll motions.
119 int scroll_accel;
189 msc->scroll_accel = SCROLL_ACCEL_DEFAULT;
255 msc->scroll_accel = max_t(int,
256 msc->scroll_accel - 1, 1);
258 msc->scroll_accel = SCROLL_ACCEL_DEFAULT;
262 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel;
265 (64 - scroll_speed) * msc->scroll_accel;
270 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel;
273 (64 - scroll_speed) * msc->scroll_accel;
608 msc->scroll_accel = SCROLL_ACCEL_DEFAULT;