Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-input.c1456 int hi_res, lo_res; in hidinput_handle_scroll() local
1472 hi_res = value * 120/usage->resolution_multiplier; in hidinput_handle_scroll()
1474 usage->wheel_accumulated += hi_res; in hidinput_handle_scroll()
1480 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()