Searched refs:touch_num (Results 1 – 8 of 8) sorted by relevance
337 int touch_num; in goodix_ts_read_input_report() local363 touch_num = data[0] & 0x0f; in goodix_ts_read_input_report()364 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()367 if (touch_num > 1) { in goodix_ts_read_input_report()373 (touch_num - 1)); in goodix_ts_read_input_report()378 return touch_num; in goodix_ts_read_input_report()423 int touch_num; in goodix_ts_report_key() local428 touch_num = data[0] & 0x0f; in goodix_ts_report_key()451 int touch_num; in goodix_process_events() local455 if (touch_num < 0) in goodix_process_events()[all …]
309 static int touch_num = 0; variable381 touch_num = 0;390 touch_num = 0;393 touch_num ++;394 if (touch_num >= 3) {
231 touch_num = 0239 touch_num = 0242 touch_num = touch_num + 1246 touch_num = 0263 if touch_num >= 3 then
2751 unsigned int touch_num; in cyapa_pip_report_touches() local2754 touch_num = report_data->report_head[PIP_NUMBER_OF_TOUCH_OFFSET] & in cyapa_pip_report_touches()2757 for (i = 0; i < touch_num; i++) in cyapa_pip_report_touches()