Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c1241 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1245 if (!touch_max) in wacom_wac_finger_count_touches()
1248 if (touch_max == 1) in wacom_wac_finger_count_touches()
1687 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
2499 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2504 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2511 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2532 if ((field->logical_maximum - field->logical_minimum) < touch_max) { in wacom_wac_finger_usage_mapping()
2548 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
2644 if (!features->touch_max) { in wacom_wac_finger_event()
[all …]
H A Dwacom_wac.h273 unsigned touch_max; member
285 unsigned touch_max; member
H A Dwacom_sys.c313 if (!features->touch_max) { in wacom_feature_mapping()
326 features->touch_max = data[1]; in wacom_feature_mapping()
328 features->touch_max = 16; in wacom_feature_mapping()
332 features->touch_max); in wacom_feature_mapping()
498 if (features->touch_max > 1) { in wacom_post_parse_hid()
501 wacom_wac->features.touch_max, in wacom_post_parse_hid()
505 wacom_wac->features.touch_max, in wacom_post_parse_hid()
2497 if (wacom_wac1->features.touch_max || in wacom_wireless_work()