Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c1726 int hi_res, lo_res; in hidinput_handle_scroll() local
1747 lo_res = usage->wheel_accumulated / 0x78; in hidinput_handle_scroll()
1748 if (lo_res) { in hidinput_handle_scroll()
1749 usage->wheel_accumulated -= lo_res * 0x78; in hidinput_handle_scroll()
1752 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()

Completed in 4 milliseconds