Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/input/keyboard/
Dapplespi.c77 #define MAX_FINGERS 11 macro
388 struct input_mt_pos pos[MAX_FINGERS];
389 int slots[MAX_FINGERS];
1322 sts = input_mt_init_slots(touchpad_input_dev, MAX_FINGERS, in applespi_register_touchpad_device()
1530 if (tp->number_of_fingers > MAX_FINGERS) { in applespi_got_data()
1534 MAX_FINGERS); in applespi_got_data()
1535 tp->number_of_fingers = MAX_FINGERS; in applespi_got_data()