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.c1453 int hi_res, lo_res; in hidinput_handle_scroll() local
1469 hi_res = value * 120/usage->resolution_multiplier; in hidinput_handle_scroll()
1471 usage->wheel_accumulated += hi_res; in hidinput_handle_scroll()
1477 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()