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()2651 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local2656 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() local2892 if (touch_max > 1) in wacom_wac_finger_report()3413 features->touch_max) { in wacom_status_irq()4919 .touch_max = 10 };[all …]
274 unsigned touch_max; member286 unsigned touch_max; member
170 __s8 touch_max; member
326 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()
101 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()
444 value = frame->touch_max + value; in uclogic_raw_event_frame()
Completed in 27 milliseconds