Searched refs:num_cur_tch (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c292 struct cyttsp5_touch *tch, int num_cur_tch)
312 for (i = 0; i < num_cur_tch; i++) {
341 ts->num_prv_rec = num_cur_tch;
350 int num_cur_tch; local
352 cyttsp5_get_touch_axis(&num_cur_tch, si->tch_hdr.size,
357 if (num_cur_tch > max_tch) {
358 dev_err(dev, "Num touch err detected (n=%d)\n", num_cur_tch);
359 num_cur_tch = max_tch;
362 if (num_cur_tch == 0 && ts->num_prv_rec == 0)
366 if (num_cur_tch)
291 cyttsp5_get_mt_touches(struct cyttsp5 *ts, struct cyttsp5_touch *tch, int num_cur_tch) argument
[all...]
H A Dcyttsp4_core.c867 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) argument
877 for (i = 0; i < num_cur_tch; i++) {
961 md->num_prv_tch = num_cur_tch;
972 u8 num_cur_tch; local
998 num_cur_tch = GET_NUM_TOUCHES(tt_stat);
999 dev_vdbg(dev, "%s: num_cur_tch=%d\n", __func__, num_cur_tch);
1001 if (rep_len == 0 && num_cur_tch > 0) {
1003 __func__, rep_len, num_cur_tch);
1008 if (num_cur_tch >
[all...]

Completed in 199 milliseconds