Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dcyttsp_core.c283 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata() local
291 num_tch = 0; in cyttsp_report_tchdata()
293 } else if (num_tch > CY_MAX_FINGER) { in cyttsp_report_tchdata()
295 num_tch = 0; in cyttsp_report_tchdata()
299 num_tch = 0; in cyttsp_report_tchdata()
307 for (i = 0; i < num_tch; i++) { in cyttsp_report_tchdata()