Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp4_core.c839 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() argument
849 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() local
970 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 …]