Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_wac.c1252 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1256 if (!touch_max) in wacom_wac_finger_count_touches()
1259 if (touch_max == 1) in wacom_wac_finger_count_touches()
1721 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG) in wacom_tpc_single_touch()
2662 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2667 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2674 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2695 if ((field->logical_maximum - field->logical_minimum) < touch_max) { in wacom_wac_finger_usage_mapping()
2714 bool mt = wacom_wac->features.touch_max > 1; in wacom_wac_finger_slot()
2806 if (!features->touch_max) { in wacom_wac_finger_event()
[all …]
H A Dwacom_wac.h274 unsigned touch_max; member
286 unsigned touch_max; member
H A Dwacom_sys.c323 /* leave touch_max as is if predefined */ in wacom_feature_mapping()
324 if (!features->touch_max) { in wacom_feature_mapping()
337 features->touch_max = data[1]; in wacom_feature_mapping()
339 features->touch_max = 16; in wacom_feature_mapping()
343 features->touch_max); in wacom_feature_mapping()
510 if (features->touch_max > 1) { in wacom_post_parse_hid()
513 wacom_wac->features.touch_max, in wacom_post_parse_hid()
517 wacom_wac->features.touch_max, in wacom_post_parse_hid()
2572 if (wacom_wac1->features.touch_max || in wacom_wireless_work()
H A Dhid-uclogic-params.c102 hid_dbg(hdev, "\t\t.touch_max = %hhd\n", frame->touch_max); in uclogic_params_frame_hid_dbg()
946 p.frame_list[1].touch_max = 12; in uclogic_params_huion_init()
965 p.frame_list[1].touch_max = 8; in uclogic_params_huion_init()
H A Dhid-uclogic-core.c461 value = frame->touch_max + value; in uclogic_raw_event_frame()