Searched refs:scroll_accel (Results 1 – 1 of 1) sorted by relevance
109 int scroll_accel; member179 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_buttons()232 msc->scroll_accel = max_t(int, in magicmouse_emit_touch()233 msc->scroll_accel - 1, 1); in magicmouse_emit_touch()235 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_touch()239 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()242 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()247 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()250 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()509 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_probe()