Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Dwacom_wac.c1248 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1252 if (!touch_max) in wacom_wac_finger_count_touches()
1255 if (touch_max == 1) in wacom_wac_finger_count_touches()
1691 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
2534 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2539 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2546 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2567 if ((field->logical_maximum - field->logical_minimum) < touch_max) { in wacom_wac_finger_usage_mapping()
2586 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
2696 if (!features->touch_max) { in wacom_wac_finger_event()
[all …]
Dhid-uclogic-params.h156 __s8 touch_max; member
Dwacom_wac.h276 unsigned touch_max; member
288 unsigned touch_max; member
Dhid-uclogic-params.c97 hid_dbg(hdev, "\t\t.touch_max = %hhd\n", frame->touch_max); in uclogic_params_frame_hid_dbg()
910 p.frame_list[1].touch_max = 12; in uclogic_params_huion_init()
929 p.frame_list[1].touch_max = 8; in uclogic_params_huion_init()
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()
2500 if (wacom_wac1->features.touch_max || in wacom_wireless_work()
Dhid-uclogic-core.c396 value = frame->touch_max + value; in uclogic_raw_event_frame()