Searched refs:scroll_speed (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/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)"); 269 ((64 - (int)scroll_speed) * msc->scroll_accel) / in magicmouse_emit_touch() 295 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch() 298 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch() 303 step_y /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch() 306 (64 - scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 5 …scroll_speed:10,scroll_proximity:20,helper_left:5,helper_top:10,threshold:5,threshold_touch:50},_t… property in a.vakata.dnd.settings
|