Searched refs:MAX_FINGERS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | bu21013_ts.c | 22 #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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | bu21013_ts.c | 22 #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()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 237 #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()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 237 #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()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | applespi.c | 77 #define MAX_FINGERS 11 macro 379 struct input_mt_pos pos[MAX_FINGERS]; 380 int slots[MAX_FINGERS]; 1308 sts = input_mt_init_slots(touchpad_input_dev, MAX_FINGERS, in applespi_register_touchpad_device() 1516 if (tp->number_of_fingers > MAX_FINGERS) { in applespi_got_data() 1520 MAX_FINGERS); in applespi_got_data() 1521 tp->number_of_fingers = MAX_FINGERS; in applespi_got_data()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | applespi.c | 77 #define MAX_FINGERS 11 macro 388 struct input_mt_pos pos[MAX_FINGERS]; 389 int slots[MAX_FINGERS]; 1323 sts = input_mt_init_slots(touchpad_input_dev, MAX_FINGERS, in applespi_register_touchpad_device() 1531 if (tp->number_of_fingers > MAX_FINGERS) { in applespi_got_data() 1535 MAX_FINGERS); in applespi_got_data() 1536 tp->number_of_fingers = MAX_FINGERS; in applespi_got_data()
|
Completed in 11 milliseconds