Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c20 #define PIXCIR_MAX_SLOTS 5 /* Max fingers supported by driver */ macro
89 struct input_mt_pos pos[PIXCIR_MAX_SLOTS];
90 int ids[PIXCIR_MAX_SLOTS];
96 u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; in pixcir_ts_parse()
150 int slots[PIXCIR_MAX_SLOTS]; in pixcir_ts_report()
156 if (n > PIXCIR_MAX_SLOTS) in pixcir_ts_report()
157 n = PIXCIR_MAX_SLOTS; in pixcir_ts_report()