num_pos 361 drivers/input/input-mt.c const struct input_mt_pos *pos, int num_pos, num_pos 374 drivers/input/input-mt.c for (p = pos; p != pos + num_pos; p++) { num_pos 384 drivers/input/input-mt.c int *slots, int num_pos) num_pos 389 drivers/input/input-mt.c for (j = 0; j != num_pos; j++) num_pos 396 drivers/input/input-mt.c for (j = 0; j != num_pos; j++) { num_pos 403 drivers/input/input-mt.c w += num_pos; num_pos 410 drivers/input/input-mt.c for (j = 0; j != num_pos; j++) { num_pos 438 drivers/input/input-mt.c const struct input_mt_pos *pos, int num_pos, num_pos 447 drivers/input/input-mt.c if (num_pos > mt->num_slots) num_pos 449 drivers/input/input-mt.c if (num_pos < 1) num_pos 452 drivers/input/input-mt.c nrc = input_mt_set_matrix(mt, pos, num_pos, mu); num_pos 453 drivers/input/input-mt.c find_reduced_matrix(mt->red, num_pos, nrc / num_pos, nrc, mu); num_pos 454 drivers/input/input-mt.c input_mt_set_slots(mt, slots, num_pos); num_pos 119 include/linux/input/mt.h const struct input_mt_pos *pos, int num_pos,