Home
last modified time | relevance | path

Searched refs:scroll_speed (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/hid/
Dhid-magicmouse.c34 static unsigned int scroll_speed = 32; variable
40 scroll_speed = speed; in param_set_scroll_speed()
43 module_param_call(scroll_speed, param_set_scroll_speed, param_get_uint, &scroll_speed, 0644);
44 MODULE_PARM_DESC(scroll_speed, "Scroll speed, value from 0 (slow) to 63 (fast)");
259 int step_hr = ((64 - (int)scroll_speed) * msc->scroll_accel) / in magicmouse_emit_touch()
284 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
287 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
292 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
295 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()