Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp4_core.c836 static void cyttsp4_get_mt_touches(struct cyttsp4_mt_data *md, int num_cur_tch) in cyttsp4_get_mt_touches() argument
846 for (i = 0; i < num_cur_tch; i++) { in cyttsp4_get_mt_touches()
930 md->num_prv_tch = num_cur_tch; in cyttsp4_get_mt_touches()
941 u8 num_cur_tch; in cyttsp4_xy_worker() local
967 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()
968 dev_vdbg(dev, "%s: num_cur_tch=%d\n", __func__, num_cur_tch); in cyttsp4_xy_worker()
970 if (rep_len == 0 && num_cur_tch > 0) { in cyttsp4_xy_worker()
972 __func__, rep_len, num_cur_tch); in cyttsp4_xy_worker()
977 if (num_cur_tch > 0) { in cyttsp4_xy_worker()
979 num_cur_tch * si->si_ofs.tch_rec_size, in cyttsp4_xy_worker()
[all …]