Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dgoodix.c302 int touch_num; in goodix_ts_read_input_report() local
328 touch_num = data[0] & 0x0f; in goodix_ts_read_input_report()
329 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()
332 if (touch_num > 1) { in goodix_ts_read_input_report()
338 (touch_num - 1)); in goodix_ts_read_input_report()
343 return touch_num; in goodix_ts_read_input_report()
388 int touch_num; in goodix_ts_report_key() local
393 touch_num = data[0] & 0x0f; in goodix_ts_report_key()
394 key_value = data[1 + ts->contact_size * touch_num]; in goodix_ts_report_key()
416 int touch_num; in goodix_process_events() local
[all …]
/drivers/input/mouse/
Dcyapa_gen5.c2750 unsigned int touch_num; in cyapa_pip_report_touches() local
2753 touch_num = report_data->report_head[PIP_NUMBER_OF_TOUCH_OFFSET] & in cyapa_pip_report_touches()
2756 for (i = 0; i < touch_num; i++) in cyapa_pip_report_touches()