Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
A Dgoodix.c244 int touch_num; in goodix_ts_read_input_report() local
267 touch_num = data[0] & 0x0f; in goodix_ts_read_input_report()
268 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()
271 if (touch_num > 1) { in goodix_ts_read_input_report()
277 (touch_num - 1)); in goodix_ts_read_input_report()
282 return touch_num; in goodix_ts_read_input_report()
332 int touch_num; in goodix_ts_report_key() local
337 touch_num = data[0] & 0x0f; in goodix_ts_report_key()
360 int touch_num; in goodix_process_events() local
364 if (touch_num < 0) in goodix_process_events()
[all …]
/linux/drivers/input/mouse/
A 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()

Completed in 11 milliseconds