Home
last modified time | relevance | path

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

/linux/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()
2648 unsigned touch_max = wacom_wac->features.touch_max; in wacom_wac_finger_usage_mapping() local
2653 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() local
2889 if (touch_max > 1) in wacom_wac_finger_report()
3410 features->touch_max) { in wacom_status_irq()
4916 .touch_max = 10 };
[all …]
A Dhid-uclogic-params.h170 __s8 touch_max; member
A Dwacom_wac.h277 unsigned touch_max; member
289 unsigned touch_max; member
A 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()
2530 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()
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()
A Dhid-uclogic-core.c401 value = frame->touch_max + value; in uclogic_raw_event_frame()

Completed in 28 milliseconds