Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-input.c1228 int hi_res, lo_res; in hidinput_handle_scroll() local
1247 lo_res = usage->wheel_accumulated/120; in hidinput_handle_scroll()
1248 if (lo_res) in hidinput_handle_scroll()
1249 usage->wheel_accumulated -= lo_res * 120; in hidinput_handle_scroll()
1251 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()