Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c319 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata() local
327 num_tch = 0; in cyttsp_report_tchdata()
329 } else if (num_tch > CY_MAX_FINGER) { in cyttsp_report_tchdata()
331 num_tch = 0; in cyttsp_report_tchdata()
335 num_tch = 0; in cyttsp_report_tchdata()
343 for (i = 0; i < num_tch; i++) { in cyttsp_report_tchdata()