Searched refs:num_cur_tch (Results 1 – 1 of 1) sorted by relevance
839 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() argument849 for (i = 0; i < num_cur_tch; i++) { in cyttsp4_get_mt_touches()933 md->num_prv_tch = num_cur_tch; in cyttsp4_get_mt_touches()944 u8 num_cur_tch; in cyttsp4_xy_worker() local970 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()971 dev_vdbg(dev, "%s: num_cur_tch=%d\n", __func__, num_cur_tch); in cyttsp4_xy_worker()973 if (rep_len == 0 && num_cur_tch > 0) { in cyttsp4_xy_worker()975 __func__, rep_len, num_cur_tch); in cyttsp4_xy_worker()980 if (num_cur_tch > 0) { in cyttsp4_xy_worker()982 num_cur_tch * si->si_ofs.tch_rec_size, in cyttsp4_xy_worker()[all …]