Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dft6236.c25 #define FT6236_MAX_TOUCH_POINTS 2 macro
76 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()