Searched refs:mt_slots (Results 1 – 1 of 1) sorted by relevance
1962 int mt_slots; in input_estimate_events_per_packet() local1967 mt_slots = dev->mt->num_slots; in input_estimate_events_per_packet()1969 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet()1971 mt_slots = clamp(mt_slots, 2, 32); in input_estimate_events_per_packet()1973 mt_slots = 2; in input_estimate_events_per_packet()1975 mt_slots = 0; in input_estimate_events_per_packet()1978 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet()1983 events += mt_slots; in input_estimate_events_per_packet()