Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-input.c1471 usage->wheel_accumulated += hi_res; in hidinput_handle_scroll()
1472 lo_res = usage->wheel_accumulated/120; in hidinput_handle_scroll()
1474 usage->wheel_accumulated -= lo_res * 120; in hidinput_handle_scroll()
/openbmc/linux/include/linux/
H A Dhid.h483 __s16 wheel_accumulated; /* hi-res wheel */ member