Searched refs:FT6236_MAX_TOUCH_POINTS (Results 1 – 1 of 1) sorted by relevance
25 #define FT6236_MAX_TOUCH_POINTS 2 macro76 struct ft6236_touchpoint points[FT6236_MAX_TOUCH_POINTS];109 if (touches > FT6236_MAX_TOUCH_POINTS) { in ft6236_interrupt()112 touches, FT6236_MAX_TOUCH_POINTS); in ft6236_interrupt()113 touches = FT6236_MAX_TOUCH_POINTS; in ft6236_interrupt()277 error = input_mt_init_slots(input, FT6236_MAX_TOUCH_POINTS, in ft6236_probe()