Searched refs:mt_slots (Results 1 – 1 of 1) sorted by relevance
2032 int mt_slots; in input_estimate_events_per_packet() local2037 mt_slots = dev->mt->num_slots; in input_estimate_events_per_packet()2039 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet()2041 mt_slots = clamp(mt_slots, 2, 32); in input_estimate_events_per_packet()2043 mt_slots = 2; in input_estimate_events_per_packet()2045 mt_slots = 0; in input_estimate_events_per_packet()2048 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet()2052 events += input_is_mt_axis(i) ? mt_slots : 1; in input_estimate_events_per_packet()