PIXCIR_MAX_SLOTS
int slots[PIXCIR_MAX_SLOTS];
if (n > PIXCIR_MAX_SLOTS)
n = PIXCIR_MAX_SLOTS;
struct input_mt_pos pos[PIXCIR_MAX_SLOTS];
int ids[PIXCIR_MAX_SLOTS];
u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5];