Lines Matching defs:max
116 __s32 scantime_logical_max; /* max value for raw scantime */
718 unsigned long **bit, int *max, struct mt_application *app)
871 /* contact max are global to the report */
895 hid_map_usage(hi, usage, bit, max, EV_KEY, code);
1086 int major = max(*slot->w, *slot->h);
1341 max, EV_KEY, (c))
1344 unsigned long **bit, int *max)
1401 return mt_touch_input_mapping(hdev, hi, field, usage, bit, max,
1417 unsigned long **bit, int *max)
1476 int max;
1508 max = min_t(int, field->logical_maximum,
1510 if (field->value[index] != max) {
1511 field->value[index] = max;