num_tch 302 drivers/input/touchscreen/cyttsp_core.c int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); num_tch 310 drivers/input/touchscreen/cyttsp_core.c num_tch = 0; num_tch 312 drivers/input/touchscreen/cyttsp_core.c } else if (num_tch > CY_MAX_FINGER) { num_tch 314 drivers/input/touchscreen/cyttsp_core.c num_tch = 0; num_tch 318 drivers/input/touchscreen/cyttsp_core.c num_tch = 0; num_tch 326 drivers/input/touchscreen/cyttsp_core.c for (i = 0; i < num_tch; i++) {