Home
last modified time | relevance | path

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

/drivers/hid/
Dwacom_wac.c1165 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1169 if (!touch_max) in wacom_wac_finger_count_touches()
1172 if (touch_max == 1) in wacom_wac_finger_count_touches()
1340 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
1578 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
1582 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
1589 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
1616 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
1729 hid_data->num_expected = wacom_wac->features.touch_max; in wacom_wac_finger_pre_report()
1739 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_report() local
[all …]
Dwacom_wac.h183 unsigned touch_max; member
195 unsigned touch_max; member
Dwacom_sys.c129 if (!features->touch_max) { in wacom_feature_mapping()
138 features->touch_max = data[1]; in wacom_feature_mapping()
140 features->touch_max = 16; in wacom_feature_mapping()
144 features->touch_max); in wacom_feature_mapping()
239 if (finger && !features->touch_max) in wacom_usage_mapping()
240 features->touch_max = 1; in wacom_usage_mapping()
284 if (features->touch_max > 1) { in wacom_post_parse_hid()
285 input_mt_init_slots(wacom_wac->touch_input, wacom_wac->features.touch_max, in wacom_post_parse_hid()
2161 if (wacom_wac1->features.touch_max || in wacom_wireless_work()