Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-uclogic-params.h170 __s8 touch_max; member
H A Dwacom_sys.c325 /* leave touch_max as is if predefined */ in wacom_feature_mapping()
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()
H 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()
H A Dhid-uclogic-core.c444 value = frame->touch_max + value; in uclogic_raw_event_frame()