PIXCIR_MAX_SLOTS 39 drivers/input/touchscreen/pixcir_i2c_ts.c struct input_mt_pos pos[PIXCIR_MAX_SLOTS]; PIXCIR_MAX_SLOTS 40 drivers/input/touchscreen/pixcir_i2c_ts.c int ids[PIXCIR_MAX_SLOTS]; PIXCIR_MAX_SLOTS 46 drivers/input/touchscreen/pixcir_i2c_ts.c u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; PIXCIR_MAX_SLOTS 100 drivers/input/touchscreen/pixcir_i2c_ts.c int slots[PIXCIR_MAX_SLOTS]; PIXCIR_MAX_SLOTS 106 drivers/input/touchscreen/pixcir_i2c_ts.c if (n > PIXCIR_MAX_SLOTS) PIXCIR_MAX_SLOTS 107 drivers/input/touchscreen/pixcir_i2c_ts.c n = PIXCIR_MAX_SLOTS; PIXCIR_MAX_SLOTS 495 drivers/input/touchscreen/pixcir_i2c_ts.c if (tsdata->max_fingers > PIXCIR_MAX_SLOTS) { PIXCIR_MAX_SLOTS 496 drivers/input/touchscreen/pixcir_i2c_ts.c tsdata->max_fingers = PIXCIR_MAX_SLOTS;