Searched refs:scroll_accel (Results 1 – 1 of 1) sorted by relevance
119 int scroll_accel; member189 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_buttons()255 msc->scroll_accel = max_t(int, in magicmouse_emit_touch()256 msc->scroll_accel - 1, 1); in magicmouse_emit_touch()258 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_emit_touch()262 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()265 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()270 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()273 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()608 msc->scroll_accel = SCROLL_ACCEL_DEFAULT; in magicmouse_probe()