Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/
Dinput.c2027 int mt_slots; in input_estimate_events_per_packet() local
2032 mt_slots = dev->mt->num_slots; in input_estimate_events_per_packet()
2034 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet()
2036 mt_slots = clamp(mt_slots, 2, 32); in input_estimate_events_per_packet()
2038 mt_slots = 2; in input_estimate_events_per_packet()
2040 mt_slots = 0; in input_estimate_events_per_packet()
2043 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet()
2047 events += input_is_mt_axis(i) ? mt_slots : 1; in input_estimate_events_per_packet()