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

/linux-4.1.27/drivers/input/
H A Dinput.c1965 int mt_slots; input_estimate_events_per_packet() local
1970 mt_slots = dev->mt->num_slots; input_estimate_events_per_packet()
1972 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - input_estimate_events_per_packet()
1974 mt_slots = clamp(mt_slots, 2, 32); input_estimate_events_per_packet()
1976 mt_slots = 2; input_estimate_events_per_packet()
1978 mt_slots = 0; input_estimate_events_per_packet()
1981 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ input_estimate_events_per_packet()
1987 events += mt_slots; input_estimate_events_per_packet()

Completed in 64 milliseconds