Home
last modified time | relevance | path

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

/drivers/hid/
A Dwacom_wac.c1241 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local
1245 if (!touch_max) in wacom_wac_finger_count_touches()
1248 if (touch_max == 1) in wacom_wac_finger_count_touches()
2651 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2656 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2663 if (touch_max == 1) in wacom_wac_finger_usage_mapping()
2879 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_report() local
2892 if (touch_max > 1) in wacom_wac_finger_report()
3413 features->touch_max) { in wacom_status_irq()
4919 .touch_max = 10 };
[all …]
A Dwacom_wac.h274 unsigned touch_max; member
286 unsigned touch_max; member
A Dhid-uclogic-params.h170 __s8 touch_max; member
A Dwacom_sys.c326 if (!features->touch_max) { in wacom_feature_mapping()
339 features->touch_max = data[1]; in wacom_feature_mapping()
341 features->touch_max = 16; in wacom_feature_mapping()
345 features->touch_max); in wacom_feature_mapping()
511 if (features->touch_max > 1) { in wacom_post_parse_hid()
514 wacom_wac->features.touch_max, in wacom_post_parse_hid()
518 wacom_wac->features.touch_max, in wacom_post_parse_hid()
2568 if (wacom_wac1->features.touch_max || in wacom_wireless_work()
A Dhid-uclogic-params.c101 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()
A Dhid-uclogic-core.c444 value = frame->touch_max + value; in uclogic_raw_event_frame()

Completed in 27 milliseconds