Home
last modified time | relevance | path

Searched refs:MAX_CONTACTS (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/input/touchscreen/
Drohm_bu21023.c18 #define MAX_CONTACTS 2 macro
263 unsigned int contact_count[MAX_CONTACTS + 1];
529 struct input_mt_pos pos[MAX_CONTACTS]; in rohm_ts_soft_irq()
530 int slots[MAX_CONTACTS]; in rohm_ts_soft_irq()
1146 error = input_mt_init_slots(input, MAX_CONTACTS, in rohm_bu21023_i2c_probe()
Dsur40.c132 #define MAX_CONTACTS 64 macro
425 if (slotnum < 0 || slotnum >= MAX_CONTACTS) in sur40_report_blob()
640 error = input_mt_init_slots(input_dev, MAX_CONTACTS, in sur40_input_setup_events()