Searched refs:scroll (Results 1 – 5 of 5) sorted by relevance
/drivers/input/keyboard/ |
D | atkbd.c | 59 module_param_named(scroll, atkbd_scroll, bool, 0); 60 MODULE_PARM_DESC(scroll, "Enable scroll-wheel on MS Office and similar keyboards"); 219 bool scroll; member 274 ATKBD_DEFINE_ATTR(scroll); 378 int scroll = 0, hscroll = 0, click = -1; in atkbd_interrupt() local 478 scroll = 1; in atkbd_interrupt() 481 scroll = 2; in atkbd_interrupt() 484 scroll = 4; in atkbd_interrupt() 487 scroll = 8; in atkbd_interrupt() 521 if (atkbd->scroll) { in atkbd_interrupt() [all …]
|
/drivers/input/mouse/ |
D | synaptics.h | 161 signed char scroll; member 180 int scroll; member
|
D | synaptics.c | 781 hw->scroll = (signed char)(buf[1]); in synaptics_parse_hw_state() 1000 if (hw.scroll) { in synaptics_process_packet() 1001 priv->scroll += hw.scroll; in synaptics_process_packet() 1003 while (priv->scroll >= 4) { in synaptics_process_packet() 1008 priv->scroll -= 4; in synaptics_process_packet() 1010 while (priv->scroll <= -4) { in synaptics_process_packet() 1015 priv->scroll += 4; in synaptics_process_packet()
|
/drivers/video/fbdev/ |
D | uvesafb.c | 1985 module_param_named(scroll, ypan, scroll, 0); 1986 MODULE_PARM_DESC(scroll,
|
/drivers/staging/speakup/ |
D | spkguide.txt | 199 "Press space to leave help, cursor up or down to scroll, or a letter to 206 While you are in the Speakup help system, you can scroll up or down
|