Searched refs:EKTF2127_MAX_TOUCHES (Results 1 – 1 of 1) sorted by relevance
43 #define EKTF2127_MAX_TOUCHES 5 macro78 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event()79 int slots[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event()83 if (touch_count > EKTF2127_MAX_TOUCHES) { in ektf2127_report_event()86 touch_count, EKTF2127_MAX_TOUCHES); in ektf2127_report_event()87 touch_count = EKTF2127_MAX_TOUCHES; in ektf2127_report_event()305 error = input_mt_init_slots(input, EKTF2127_MAX_TOUCHES, in ektf2127_probe()