Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c864 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() argument
874 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() local
995 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 …]