Searched refs:MAX_FINGERS (Results 1 – 3 of 3) sorted by relevance
22 #define MAX_FINGERS 2 macro189 struct input_mt_pos pos[MAX_FINGERS]; in bu21013_do_touch_report()190 int slots[MAX_FINGERS]; in bu21013_do_touch_report()205 for (i = 0; i < MAX_FINGERS; i++) { in bu21013_do_touch_report()471 error = input_mt_init_slots(in_dev, MAX_FINGERS, in bu21013_probe()
237 #define MAX_FINGERS 16 macro286 const struct tp_finger *index[MAX_FINGERS]; /* finger index data */287 struct input_mt_pos pos[MAX_FINGERS]; /* position array */288 int slots[MAX_FINGERS]; /* slot assignments */303 HEADER_##type + (MAX_FINGERS) * (FSIZE_##type), \543 input_mt_init_slots(input_dev, MAX_FINGERS, in setup_events_to_report()
76 #define MAX_FINGERS 11 macro378 struct input_mt_pos pos[MAX_FINGERS];379 int slots[MAX_FINGERS];1299 sts = input_mt_init_slots(touchpad_input_dev, MAX_FINGERS, in applespi_register_touchpad_device()1507 if (tp->number_of_fingers > MAX_FINGERS) { in applespi_got_data()1511 MAX_FINGERS); in applespi_got_data()1512 tp->number_of_fingers = MAX_FINGERS; in applespi_got_data()