Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/touchscreen/
Dgoodix.c292 int touch_num; in goodix_ts_read_input_report() local
318 touch_num = data[0] & 0x0f; in goodix_ts_read_input_report()
319 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()
322 if (touch_num > 1) { in goodix_ts_read_input_report()
328 (touch_num - 1)); in goodix_ts_read_input_report()
333 return touch_num; in goodix_ts_read_input_report()
378 int touch_num; in goodix_ts_report_key() local
383 touch_num = data[0] & 0x0f; in goodix_ts_report_key()
384 key_value = data[1 + ts->contact_size * touch_num]; in goodix_ts_report_key()
406 int touch_num; in goodix_process_events() local
[all …]
/Linux-v5.15/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()