Home
last modified time | relevance | path

Searched refs:wheel_accumulated (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/hid/
Dhid-input.c1246 usage->wheel_accumulated += hi_res; in hidinput_handle_scroll()
1247 lo_res = usage->wheel_accumulated/120; in hidinput_handle_scroll()
1249 usage->wheel_accumulated -= lo_res * 120; in hidinput_handle_scroll()
/Linux-v5.4/include/linux/
Dhid.h442 __s16 wheel_accumulated; /* hi-res wheel */ member