Searched refs:scroll_speed (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-magicmouse.c | 33 static unsigned int scroll_speed = 32; variable 39 scroll_speed = speed; in param_set_scroll_speed() 42 module_param_call(scroll_speed, param_set_scroll_speed, param_get_uint, &scroll_speed, 0644); 43 MODULE_PARM_DESC(scroll_speed, "Scroll speed, value from 0 (slow) to 63 (fast)"); 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()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-magicmouse.c | 34 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)"); 266 ((64 - (int)scroll_speed) * msc->scroll_accel) / 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) * ms in magicmouse_emit_touch() [all...] |
Completed in 3 milliseconds