Searched refs:scroll (Results 1 – 5 of 5) sorted by relevance
220 bool scroll; member277 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 …]
162 s8 scroll; member185 int scroll; member
885 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()
1959 module_param_named(scroll, ypan, scroll, 0);1960 MODULE_PARM_DESC(scroll,
101 Support for some A4TECH mice with two scroll wheels.
Completed in 20 milliseconds