Searched refs:MAX_FINGERS (Results 1 – 13 of 13) 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()
69 #define MAX_FINGERS 10 macro752 for(i= 0;i < (touches > MAX_FINGERS ? MAX_FINGERS : touches);i ++) in gslX680_ts_worker()831 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + ts->dd->touch_meta_data; in gslX680_ts_init()
45 #define MAX_FINGERS 10 macro728 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) {803 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + ts->dd->touch_meta_data;
116 #define MAX_FINGERS 10 macro851 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gsl3673_ts_worker()985 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + in gsl3673_ts_init()
169 #define MAX_FINGERS 5 macro858 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gslX680_ts_worker()1004 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + ts->dd->touch_meta_data; in gslX680_ts_init()
119 #define MAX_FINGERS 10 macro873 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gsl3673_ts_worker()1007 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + in gsl3673_ts_init()
82 #define MAX_FINGERS 10 macro1048 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gslX680_ts_worker()1405 MAX_FINGERS * ts->dd->touch_bytes + ts->dd->touch_meta_data; in gslX680_ts_init()
48 #define MAX_FINGERS 5 macro981 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gslX680_ts_worker()1278 MAX_FINGERS * ts->dd->touch_bytes + ts->dd->touch_meta_data; in gslX680_ts_init()
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()
77 #define MAX_FINGERS 11 macro379 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()
118 #define MAX_FINGERS 10 macro846 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gsl_ts_worker()980 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + in gsl_thzy_ts_init()
50 #define MAX_FINGERS 5 macro806 for (i = 0; i < (touches > MAX_FINGERS ? MAX_FINGERS : touches); i++) { in gslX680_ts_worker()988 ts->dd->data_size = MAX_FINGERS * ts->dd->touch_bytes + ts->dd->touch_meta_data; in gsl_ts_init_ts()
100 #define MAX_FINGERS 5 macro1181 if(cnt>MAX_FINGERS) goto OUT_PROCESS; in cst2xx_ts_worker()