Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hid/
Dhid-multitouch.c142 __s32 sn_move; /* Signal/noise ratio for move events */ member
294 .sn_move = 2048,
302 .sn_move = 4096,
308 .sn_move = 4096,
333 .sn_move = 2048,
720 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping()
745 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping()
829 cls->sn_move ? in mt_touch_input_mapping()
830 field->logical_maximum / cls->sn_move : 0, 0); in mt_touch_input_mapping()