Searched refs:scroll_accel (Results 1 – 1 of 1) sorted by relevance
108 int scroll_accel; member178 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_buttons()231 msc->scroll_accel = max_t(int, in magicmouse_emit_touch()232 msc->scroll_accel - 1, 1); in magicmouse_emit_touch()234 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_touch()238 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()241 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()246 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()249 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()513 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_probe()