Lines Matching refs:scroll_accel
129 int scroll_accel; member
207 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_buttons()
266 ((64 - (int)scroll_speed) * msc->scroll_accel) / in magicmouse_emit_touch()
285 msc->scroll_accel = max_t(int, in magicmouse_emit_touch()
286 msc->scroll_accel - 1, 1); in magicmouse_emit_touch()
288 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_touch()
292 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
295 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
300 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
303 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
809 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_probe()