Home
last modified time | relevance | path

Searched refs:hi_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
1744 hi_res = value * 0x78 / usage->resolution_multiplier; in hidinput_handle_scroll()
1746 usage->wheel_accumulated += hi_res; in hidinput_handle_scroll()
1753 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()

Completed in 4 milliseconds