Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dgoodix.c246 int touch_num; in goodix_ts_read_input_report() local
269 touch_num = data[0] & 0x0f; in goodix_ts_read_input_report()
270 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()
273 if (touch_num > 1) { in goodix_ts_read_input_report()
279 (touch_num - 1)); in goodix_ts_read_input_report()
284 return touch_num; in goodix_ts_read_input_report()
434 int touch_num; in goodix_ts_report_key() local
439 touch_num = data[0] & 0x0f; in goodix_ts_report_key()
440 key_value = data[1 + ts->contact_size * touch_num]; in goodix_ts_report_key()
461 int touch_num; in goodix_process_events() local
[all …]
/linux-5.19.10/drivers/input/mouse/
Dcyapa_gen5.c2751 unsigned int touch_num; in cyapa_pip_report_touches() local
2754 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()