Searched refs:mt_slots (Results 1 – 1 of 1) sorted by relevance
1909 int mt_slots; in input_estimate_events_per_packet() local1914 mt_slots = dev->mt->num_slots; in input_estimate_events_per_packet()1916 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet()1918 mt_slots = clamp(mt_slots, 2, 32); in input_estimate_events_per_packet()1920 mt_slots = 2; in input_estimate_events_per_packet()1922 mt_slots = 0; in input_estimate_events_per_packet()1925 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet()1930 events += mt_slots; in input_estimate_events_per_packet()