Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/
Dinput.c2035 int mt_slots; in input_estimate_events_per_packet() local
2040 mt_slots = dev->mt->num_slots; in input_estimate_events_per_packet()
2042 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet()
2044 mt_slots = clamp(mt_slots, 2, 32); in input_estimate_events_per_packet()
2046 mt_slots = 2; in input_estimate_events_per_packet()
2048 mt_slots = 0; in input_estimate_events_per_packet()
2051 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet()
2055 events += input_is_mt_axis(i) ? mt_slots : 1; in input_estimate_events_per_packet()