Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-input.c1388 int hi_res, lo_res; in hidinput_handle_scroll() local
1407 lo_res = usage->wheel_accumulated/120; in hidinput_handle_scroll()
1408 if (lo_res) in hidinput_handle_scroll()
1409 usage->wheel_accumulated -= lo_res * 120; in hidinput_handle_scroll()
1411 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()