Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dwacom_wac.c1205 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1209 if (!touch_max) in wacom_wac_finger_count_touches()
1212 if (touch_max == 1) in wacom_wac_finger_count_touches()
1380 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
1615 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
1620 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
1628 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
1666 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
1775 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_wac_finger_pre_report()
1785 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_report() local
[all …]
Dwacom_wac.h174 unsigned touch_max; member
187 unsigned touch_max; member
Dwacom_sys.c125 if (!features->touch_max) { in wacom_feature_mapping()
134 features->touch_max = data[1]; in wacom_feature_mapping()
136 features->touch_max = 16; in wacom_feature_mapping()
140 features->touch_max); in wacom_feature_mapping()
216 if (finger && !features->touch_max) in wacom_usage_mapping()
217 features->touch_max = 1; in wacom_usage_mapping()
261 if (features->touch_max > 1) { in wacom_post_parse_hid()
262 input_mt_init_slots(wacom_wac->touch_input, wacom_wac->features.touch_max, in wacom_post_parse_hid()
1562 wacom_wac1->shared->touch_max = wacom_wac1->features.touch_max; in wacom_wireless_work()
1571 if (wacom_wac1->features.touch_max || in wacom_wireless_work()
[all …]