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

/linux-4.1.27/drivers/input/touchscreen/
H A Dcyttsp_core.c302 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); cyttsp_report_tchdata() local
310 num_tch = 0; cyttsp_report_tchdata()
312 } else if (num_tch > CY_MAX_FINGER) { cyttsp_report_tchdata()
314 num_tch = 0; cyttsp_report_tchdata()
318 num_tch = 0; cyttsp_report_tchdata()
326 for (i = 0; i < num_tch; i++) { cyttsp_report_tchdata()
H A Dcyttsp4_core.c974 dev_err(dev, "%s: report length error rep_len=%d num_tch=%d\n", cyttsp4_xy_worker()

Completed in 89 milliseconds