Home
last modified time | relevance | path

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

/drivers/input/keyboard/
A Datkbd.c220 bool scroll; member
277 ATKBD_DEFINE_ATTR(scroll);
528 scroll = 1; in atkbd_receive_byte()
531 scroll = 2; in atkbd_receive_byte()
534 scroll = 4; in atkbd_receive_byte()
537 scroll = 8; in atkbd_receive_byte()
571 if (atkbd->scroll) { in atkbd_receive_byte()
575 atkbd->release ? -scroll : scroll); in atkbd_receive_byte()
1141 if (atkbd->scroll) in atkbd_set_keycode_table()
1151 if (atkbd->scroll) in atkbd_set_keycode_table()
[all …]
/drivers/input/mouse/
A Dsynaptics.h162 s8 scroll; member
185 int scroll; member
A Dsynaptics.c885 hw->scroll = (s8)buf[1]; in synaptics_parse_hw_state()
1116 if (hw.scroll) { in synaptics_process_packet()
1117 priv->scroll += hw.scroll; in synaptics_process_packet()
1119 while (priv->scroll >= 4) { in synaptics_process_packet()
1124 priv->scroll -= 4; in synaptics_process_packet()
1126 while (priv->scroll <= -4) { in synaptics_process_packet()
1131 priv->scroll += 4; in synaptics_process_packet()
/drivers/video/fbdev/
A Duvesafb.c1959 module_param_named(scroll, ypan, scroll, 0);
1960 MODULE_PARM_DESC(scroll,
/drivers/hid/
A DKconfig101 Support for some A4TECH mice with two scroll wheels.

Completed in 20 milliseconds