Searched refs:touch_max (Results 1 – 6 of 6) sorted by relevance
1241 unsigned touch_max = wacom->features.touch_max; in wacom_wac_finger_count_touches() local1245 if (!touch_max) in wacom_wac_finger_count_touches()1248 if (touch_max == 1) in wacom_wac_finger_count_touches()2648 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local2653 if (touch_max == 1) in wacom_wac_finger_usage_mapping()2660 if (touch_max == 1) in wacom_wac_finger_usage_mapping()2876 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_report() local2889 if (touch_max > 1) in wacom_wac_finger_report()3410 features->touch_max) { in wacom_status_irq()4916 .touch_max = 10 };[all …]
170 __s8 touch_max; member
277 unsigned touch_max; member289 unsigned touch_max; member
311 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()2530 if (wacom_wac1->features.touch_max || in wacom_wireless_work()
101 hid_dbg(hdev, "\t\t.touch_max = %hhd\n", frame->touch_max); in uclogic_params_frame_hid_dbg()944 p.frame_list[1].touch_max = 12; in uclogic_params_huion_init()963 p.frame_list[1].touch_max = 8; in uclogic_params_huion_init()
401 value = frame->touch_max + value; in uclogic_raw_event_frame()
Completed in 28 milliseconds