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

/linux-master/drivers/hid/
H A Dhid-uclogic-params.h170 __s8 touch_max; member in struct:uclogic_params_frame
H A Dwacom_wac.c1288 unsigned touch_max = wacom->features.touch_max; local
1292 if (!touch_max)
1295 if (touch_max == 1)
1757 if (wacom->features.touch_max > 1 || len > WACOM_PKGLEN_TPC2FG)
2616 unsigned touch_max = wacom_wac->features.touch_max; local
2621 if (touch_max == 1)
2628 if (touch_max == 1)
2649 if ((field->logical_maximum - field->logical_minimum) < touch_max) {
2844 unsigned touch_max = wacom_wac->features.touch_max; local
[all...]
H A Dwacom_wac.h277 unsigned touch_max; member in struct:wacom_features
289 unsigned touch_max; member in struct:wacom_shared
H A Dwacom_sys.c310 /* leave touch_max as is if predefined */
311 if (!features->touch_max) {
324 features->touch_max = data[1];
326 features->touch_max = 16;
330 features->touch_max);
496 if (features->touch_max > 1) {
499 wacom_wac->features.touch_max,
503 wacom_wac->features.touch_max,
2530 if (wacom_wac1->features.touch_max ||
H A Dhid-uclogic-params.c101 hid_dbg(hdev, "\t\t.touch_max = %hhd\n", frame->touch_max);
941 p.frame_list[1].touch_max = 12;
960 p.frame_list[1].touch_max = 8;
H A Dhid-uclogic-core.c401 value = frame->touch_max + value;

Completed in 150 milliseconds