Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-multitouch.c143 __s32 sn_move; /* Signal/noise ratio for move events */ member
290 .sn_move = 2048,
298 .sn_move = 4096,
304 .sn_move = 4096,
329 .sn_move = 2048,
697 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping()
722 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping()
807 cls->sn_move ? in mt_touch_input_mapping()
808 field->logical_maximum / cls->sn_move : 0, 0); in mt_touch_input_mapping()