Searched refs:PIXCIR_MAX_SLOTS (Results 1 – 1 of 1) sorted by relevance
34 #define PIXCIR_MAX_SLOTS 5 /* Max fingers supported by driver */ macro54 struct pixcir_touch touches[PIXCIR_MAX_SLOTS];60 u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; in pixcir_ts_parse()114 struct input_mt_pos pos[PIXCIR_MAX_SLOTS]; in pixcir_ts_report()115 int slots[PIXCIR_MAX_SLOTS]; in pixcir_ts_report()122 if (n > PIXCIR_MAX_SLOTS) in pixcir_ts_report()123 n = PIXCIR_MAX_SLOTS; in pixcir_ts_report()507 if (tsdata->max_fingers > PIXCIR_MAX_SLOTS) { in pixcir_i2c_ts_probe()508 tsdata->max_fingers = PIXCIR_MAX_SLOTS; in pixcir_i2c_ts_probe()