Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dhid-logitech-hidpp.c472 int hi_res_value) in hidpp_scroll_counter_handle_scroll() argument
477 hi_res_value = hi_res_value * 120/counter->wheel_multiplier; in hidpp_scroll_counter_handle_scroll()
478 input_report_rel(input_dev, REL_WHEEL_HI_RES, hi_res_value); in hidpp_scroll_counter_handle_scroll()
481 direction = hi_res_value > 0 ? 1 : -1; in hidpp_scroll_counter_handle_scroll()
496 remainder += hi_res_value; in hidpp_scroll_counter_handle_scroll()
511 low_res_value = (hi_res_value > 0 ? 1 : -1); in hidpp_scroll_counter_handle_scroll()