Searched refs:num_cur_tch (Results 1 – 1 of 1) sorted by relevance
864 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() argument874 for (i = 0; i < num_cur_tch; i++) { in cyttsp4_get_mt_touches()958 md->num_prv_tch = num_cur_tch; in cyttsp4_get_mt_touches()969 u8 num_cur_tch; in cyttsp4_xy_worker() local995 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()996 dev_vdbg(dev, "%s: num_cur_tch=%d\n", __func__, num_cur_tch); in cyttsp4_xy_worker()998 if (rep_len == 0 && num_cur_tch > 0) { in cyttsp4_xy_worker()1000 __func__, rep_len, num_cur_tch); in cyttsp4_xy_worker()1005 if (num_cur_tch > 0) { in cyttsp4_xy_worker()1007 num_cur_tch * si->si_ofs.tch_rec_size, in cyttsp4_xy_worker()[all …]