Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dpixcir_i2c_ts.c30 #define PIXCIR_MAX_SLOTS 5 /* Max fingers supported by driver */ macro
47 struct input_mt_pos pos[PIXCIR_MAX_SLOTS];
48 int ids[PIXCIR_MAX_SLOTS];
54 u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; in pixcir_ts_parse()
108 int slots[PIXCIR_MAX_SLOTS]; in pixcir_ts_report()
114 if (n > PIXCIR_MAX_SLOTS) in pixcir_ts_report()
115 n = PIXCIR_MAX_SLOTS; in pixcir_ts_report()
503 if (tsdata->max_fingers > PIXCIR_MAX_SLOTS) { in pixcir_i2c_ts_probe()
504 tsdata->max_fingers = PIXCIR_MAX_SLOTS; in pixcir_i2c_ts_probe()