Searched refs:sn_move (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-multitouch.c | 156 __s32 sn_move; /* Signal/noise ratio for move events */ member 356 .sn_move = 2048, 364 .sn_move = 4096, 370 .sn_move = 4096, 395 .sn_move = 2048, 834 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping() 859 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping() 969 cls->sn_move ? in mt_touch_input_mapping() 970 field->logical_maximum / cls->sn_move : 0, 0); in mt_touch_input_mapping()
|