Home
last modified time | relevance | path

Searched refs:MAX_FINGERS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/input/touchscreen/
Dbu21013_ts.c22 #define MAX_FINGERS 2 macro
189 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()
/Linux-v5.4/drivers/input/mouse/
Dbcm5974.c237 #define MAX_FINGERS 16 macro
286 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()
/Linux-v5.4/drivers/input/keyboard/
Dapplespi.c76 #define MAX_FINGERS 11 macro
378 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()