Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dwacom_wac.c1284 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1288 if (!touch_max) in wacom_wac_finger_count_touches()
1291 if (touch_max == 1) in wacom_wac_finger_count_touches()
1727 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
2572 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2577 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2584 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2605 if ((field->logical_maximum - field->logical_minimum) < touch_max) { in wacom_wac_finger_usage_mapping()
2624 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
2734 if (!features->touch_max) { in wacom_wac_finger_event()
[all …]
Dhid-uclogic-params.h166 __s8 touch_max; member
Dwacom_wac.h275 unsigned touch_max; member
287 unsigned touch_max; member
Dwacom_sys.c311 if (!features->touch_max) { in wacom_feature_mapping()
324 features->touch_max = data[1]; in wacom_feature_mapping()
326 features->touch_max = 16; in wacom_feature_mapping()
330 features->touch_max); in wacom_feature_mapping()
496 if (features->touch_max > 1) { in wacom_post_parse_hid()
499 wacom_wac->features.touch_max, in wacom_post_parse_hid()
503 wacom_wac->features.touch_max, in wacom_post_parse_hid()
2498 if (wacom_wac1->features.touch_max || in wacom_wireless_work()
Dhid-uclogic-params.c101 hid_dbg(hdev, "\t\t.touch_max = %hhd\n", frame->touch_max); in uclogic_params_frame_hid_dbg()
915 p.frame_list[1].touch_max = 12; in uclogic_params_huion_init()
934 p.frame_list[1].touch_max = 8; in uclogic_params_huion_init()
Dhid-uclogic-core.c398 value = frame->touch_max + value; in uclogic_raw_event_frame()