num_cur_tch 854 drivers/input/touchscreen/cyttsp4_core.c static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) num_cur_tch 864 drivers/input/touchscreen/cyttsp4_core.c for (i = 0; i < num_cur_tch; i++) { num_cur_tch 948 drivers/input/touchscreen/cyttsp4_core.c md->num_prv_tch = num_cur_tch; num_cur_tch 959 drivers/input/touchscreen/cyttsp4_core.c u8 num_cur_tch; num_cur_tch 985 drivers/input/touchscreen/cyttsp4_core.c num_cur_tch = GET_NUM_TOUCHES(tt_stat); num_cur_tch 986 drivers/input/touchscreen/cyttsp4_core.c dev_vdbg(dev, "%s: num_cur_tch=%d\n", __func__, num_cur_tch); num_cur_tch 988 drivers/input/touchscreen/cyttsp4_core.c if (rep_len == 0 && num_cur_tch > 0) { num_cur_tch 990 drivers/input/touchscreen/cyttsp4_core.c __func__, rep_len, num_cur_tch); num_cur_tch 995 drivers/input/touchscreen/cyttsp4_core.c if (num_cur_tch > 0) { num_cur_tch 997 drivers/input/touchscreen/cyttsp4_core.c num_cur_tch * si->si_ofs.tch_rec_size, num_cur_tch 1007 drivers/input/touchscreen/cyttsp4_core.c cyttsp4_pr_buf(dev, cd->pr_buf, si->xy_data, num_cur_tch * num_cur_tch 1020 drivers/input/touchscreen/cyttsp4_core.c if (num_cur_tch > si->si_ofs.max_tchs) { num_cur_tch 1022 drivers/input/touchscreen/cyttsp4_core.c __func__, num_cur_tch, si->si_ofs.max_tchs); num_cur_tch 1023 drivers/input/touchscreen/cyttsp4_core.c num_cur_tch = si->si_ofs.max_tchs; num_cur_tch 1028 drivers/input/touchscreen/cyttsp4_core.c num_cur_tch); num_cur_tch 1029 drivers/input/touchscreen/cyttsp4_core.c if (num_cur_tch) num_cur_tch 1030 drivers/input/touchscreen/cyttsp4_core.c cyttsp4_get_mt_touches(md, num_cur_tch);