Home
last modified time | relevance | path

Searched refs:touch_max (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hid/
Dwacom_wac.c1192 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1196 if (!touch_max) in wacom_wac_finger_count_touches()
1199 if (touch_max == 1) in wacom_wac_finger_count_touches()
1602 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
2418 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2423 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2430 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2451 if ((field->logical_maximum - field->logical_minimum) < touch_max) { in wacom_wac_finger_usage_mapping()
2467 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
2588 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_wac_finger_pre_report()
[all …]
Dwacom_wac.h274 unsigned touch_max; member
286 unsigned touch_max; member
Dwacom_sys.c280 if (!features->touch_max) { in wacom_feature_mapping()
289 features->touch_max = data[1]; in wacom_feature_mapping()
291 features->touch_max = 16; in wacom_feature_mapping()
295 features->touch_max); in wacom_feature_mapping()
461 if (features->touch_max > 1) { in wacom_post_parse_hid()
464 wacom_wac->features.touch_max, in wacom_post_parse_hid()
468 wacom_wac->features.touch_max, in wacom_post_parse_hid()
2425 if (wacom_wac1->features.touch_max || in wacom_wireless_work()