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 268 ATKBD_DEFINE_ATTR(scroll); 372 int scroll = 0, hscroll = 0, click = -1; in atkbd_interrupt() local 471 scroll = 1; in atkbd_interrupt() 474 scroll = 2; in atkbd_interrupt() 477 scroll = 4; in atkbd_interrupt() 480 scroll = 8; in atkbd_interrupt() 513 if (atkbd->scroll) { in atkbd_interrupt() [all …]
|
/drivers/input/mouse/ |
D | synaptics.h | 143 signed char scroll; member 164 int scroll; member
|
D | synaptics.c | 555 hw->scroll = (signed char)(buf[1]); in synaptics_parse_hw_state() 1086 if (hw.scroll) { in synaptics_process_packet() 1087 priv->scroll += hw.scroll; in synaptics_process_packet() 1089 while (priv->scroll >= 4) { in synaptics_process_packet() 1094 priv->scroll -= 4; in synaptics_process_packet() 1096 while (priv->scroll <= -4) { in synaptics_process_packet() 1101 priv->scroll += 4; in synaptics_process_packet()
|
/drivers/video/ |
D | uvesafb.c | 2037 module_param_named(scroll, ypan, scroll, 0); 2038 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
|