Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c144 __s32 sn_move; /* Signal/noise ratio for move events */ member
324 .sn_move = 2048,
332 .sn_move = 4096,
338 .sn_move = 4096,
363 .sn_move = 2048,
754 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping()
779 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping()
866 cls->sn_move ? in mt_touch_input_mapping()
867 field->logical_maximum / cls->sn_move : 0, 0); in mt_touch_input_mapping()